diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-08-05 22:26:17 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-08-05 22:26:17 -0400 |
| commit | f38880a49047aeea9ff55a3f1fd13701688ca56f (patch) | |
| tree | f282ab1f7636ded4765a3e6f33e16e3824b6bb96 /game/Game.gd | |
| parent | 0fdf6eebba1723f3d05e668d78bdc7669e679486 (diff) | |
| download | frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.tar.gz frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.tar.bz2 frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.zip | |
New logo, pause, made more controls
Diffstat (limited to 'game/Game.gd')
| -rw-r--r-- | game/Game.gd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/game/Game.gd b/game/Game.gd index d144d48..0463af4 100644 --- a/game/Game.gd +++ b/game/Game.gd @@ -12,5 +12,6 @@ func _ready(): # Called every frame. 'delta' is the elapsed time since the previous frame. -#func _process(delta): -# pass +func _process(delta): + + pass |
