README: adding the Godot engine version

so I won't loose my mind when trying to run this project in the future

Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
This commit is contained in:
Sagi Dayan 2024-04-06 13:17:44 +03:00
parent e7344e528f
commit 37ad7eb491
3 changed files with 7 additions and 2 deletions

View file

@ -2,3 +2,8 @@
Just trying to learn some game dev basics while making a game i would like
NOTE: you must use Godot v3.2.3(stable) - other versions will break it
Download at: https://godotengine.org/download/archive/3.2.3-stable/

View file

@ -126,4 +126,4 @@ func _on_Tween_completed(object: Object, key: NodePath) -> void:
func current_music():
return _current_music
return _current_music

View file

@ -163,4 +163,4 @@ func coin_collected():
func orb_collected():
print("orb collected")
_run_data.orbs += 1
_data.statistics.orbs += 1
_data.statistics.orbs += 1