This website requires JavaScript.
Explore
Help
Sign in
Megamichi
/
DuckRun
Watch
1
Star
0
Fork
You've already forked DuckRun
0
Code
Issues
Pull requests
Projects
Releases
4
Packages
Wiki
Activity
Actions
7cb1f1fb00
DuckRun
/
code
/
hiscore.gd
6 lines
99 B
GDScript3
Raw
Normal View
History
Unescape
Escape
- New selfmade Font - persistent files - Hiscore
2024-10-09 21:02:14 +02:00
extends
Label
func
_ready
(
)
-
>
void
:
expanding save system an add more sounds
2025-04-08 23:13:14 +02:00
text
=
str
(
$
"
/root/Global
"
.
load_save
(
)
[
"
GAME
"
]
[
"
hiscore
"
]
)
Reference in a new issue
Copy permalink