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
2025-02-16 17:13:58 +00:00
Code
Activity
3b7c49b8cf
hella-farm
/
entities
/
gold.gd
7 lines
97 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Add gold nugget
2024-04-13 19:07:26 +02:00
extends
Node2D
Specify return type of `MainGame.get_ancestor`
2024-04-14 04:07:35 +02:00
class_name
Gold
Add gold nugget
2024-04-13 19:07:26 +02:00
Specify return type of `MainGame.get_ancestor`
2024-04-14 04:07:35 +02:00
func
_on_move
(
movement
:
Vector2
)
-
>
void
:
position
+=
movement
Copy permalink