This website requires JavaScript.
Explore
Help
Sign in
ld55
/
hella-farm
Watch
1
Fork
You've already forked hella-farm
0
mirror of
https://github.com/Steffo99/hella-farm.git
synced
2024-11-22 16:14:22 +00:00
Code
Activity
ed17cf8efa
hella-farm
/
entities
/
gold.gd
7 lines
97 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Add gold nugget
2024-04-13 17:07:26 +00:00
extends
Node2D
Specify return type of `MainGame.get_ancestor`
2024-04-14 02:07:35 +00:00
class_name
Gold
Add gold nugget
2024-04-13 17:07:26 +00:00
Specify return type of `MainGame.get_ancestor`
2024-04-14 02:07:35 +00:00
func
_on_move
(
movement
:
Vector2
)
-
>
void
:
position
+=
movement
Copy permalink