This website requires JavaScript.
Explore
Help
Sign In
darknight
/
puzzle-quest
Watch
1
Star
0
Fork
0
You've already forked puzzle-quest
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2d8ca9dfbb2250506dba7828b9c3ae57f3c2b75f
puzzle-quest
/
scenes
/
UI
/
loading
/
Loading.gd
T
5 lines
87 B
GDScript
Raw
Normal View
History
Unescape
Escape
Reordering scene, and setup basic scene instance on main view
2021-05-14 22:27:40 +02:00
extends
Control
Replace M* table-wrapper classes with typed Resources; add type hints
2026-05-16 21:58:11 +02:00
func
_ready
(
)
-
>
void
:
feature/update-main-ui (
#66
)
2021-06-03 22:18:50 +02:00
get_node
(
"
LabelLoading
"
)
.
text
=
tr
(
"
LOADING
"
)
Reference in New Issue
Copy Permalink