From 95b05c36035669ab0a2181f04d0d906eeeba0e9d Mon Sep 17 00:00:00 2001 From: Jonathan Herrewijnen Date: Sat, 15 Oct 2022 13:30:39 +0200 Subject: [PATCH] Test commit --- MiscCodes/loading_ring.gd | 2 +- MiscScenes/Menu.tscn | 1 + project.godot | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MiscCodes/loading_ring.gd b/MiscCodes/loading_ring.gd index 85b480a..af709ba 100644 --- a/MiscCodes/loading_ring.gd +++ b/MiscCodes/loading_ring.gd @@ -1,4 +1,4 @@ extends Sprite func _physics_process(delta): - rotate(0.2) + rotate(0.6) diff --git a/MiscScenes/Menu.tscn b/MiscScenes/Menu.tscn index d3bfe20..f9b5e52 100644 --- a/MiscScenes/Menu.tscn +++ b/MiscScenes/Menu.tscn @@ -54,5 +54,6 @@ text = "Load Game" __meta__ = { "_edit_use_anchors_": false } + [connection signal="pressed" from="Btn_PlayGame" to="." method="_on_Btn_PlayGame_pressed"] [connection signal="pressed" from="Btn_LoadGame" to="." method="_on_Btn_LoadGame_pressed"] diff --git a/project.godot b/project.godot index c10c4c8..83a48e8 100644 --- a/project.godot +++ b/project.godot @@ -130,8 +130,9 @@ pointing/emulate_touch_from_mouse=true [rendering] quality/driver/driver_name="GLES2" -quality/2d/use_pixel_snap=true +2d/snapping/use_gpu_pixel_snap=true vram_compression/import_etc=true +quality/2d/use_pixel_snap=true [tiled_importer]