This website requires JavaScript.
Explore
Help
Sign In
asgardius
/
r3-next
Watch
1
Star
0
Fork
You've already forked r3-next
0
Code
Issues
Pull requests
Projects
Releases
3
Packages
Wiki
Activity
0d9d7a3dac
r3-next
/
backgounds
/
Label.gd
7 lines
102 B
GDScript3
Raw
Normal View
History
Unescape
Escape
time limit
2023-10-24 18:36:04 +02:00
extends
Label
Gameplay Rework (WIP)
2023-12-02 21:44:54 +01:00
func
_ready
(
)
:
time limit
2023-10-24 18:36:04 +02:00
if
Global
.
time
>
Global
.
timelimit
:
set_text
(
"
You are out of fuel
"
)
;
Reference in a new issue
Copy permalink