diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 296b042..d1f8684 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,7 +1,7 @@ name: "Publish to GitHub Pages" env: - GODOT_VERSION: 4.2.1 + GODOT_VERSION: 4.3 on: workflow_dispatch: @@ -14,7 +14,7 @@ jobs: name: Web Export runs-on: ubuntu-20.04 container: - image: barichello/godot-ci:4.2.1 + image: barichello/godot-ci:4.3 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/project.godot b/project.godot index 3de9732..eeb1db2 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="skating-game" run/main_scene="res://project/scenes/world.tscn" -config/features=PackedStringArray("4.2", "Forward Plus") +config/features=PackedStringArray("4.3", "Forward Plus") config/icon="res://project/assets/icon.svg" [display] @@ -28,10 +28,10 @@ window/stretch/scale_mode="integer" ui_up={ "deadzone": 0.5, -"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194320,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null) +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194320,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null) ] } diff --git a/project/scripts/world.gd b/project/scripts/world.gd index 8cf1294..d1263b5 100644 --- a/project/scripts/world.gd +++ b/project/scripts/world.gd @@ -76,4 +76,3 @@ func reset(): chunks.append(create_chunk(1)) -