diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 87c8550..2bb24f7 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -68,15 +68,15 @@ jobs: mkdir -v -p build/mac godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip zip -r Mac.zip build/mac -# - name: Upload to release -# uses: akkuman/gitea-release-action@v1 -# with: -# name: Running release -# tag_name: ${{ needs.BumpTag.outputs.tag_name }} -# files: |- -# Windows.zip -# Linux.zip -# Mac.zip + - name: Upload to release + uses: akkuman/gitea-release-action@v1 + with: + name: Running release + tag_name: ${{ needs.BumpTag.outputs.tag_name }} + files: |- + Windows.zip + Linux.zip + Mac.zip - name: Upload to Itch uses: KikimoraGames/itch-publish@v0.0.3 with: diff --git a/player_controller/PlayerController.tscn b/player_controller/PlayerController.tscn index 04fcb41..b9772e4 100644 --- a/player_controller/PlayerController.tscn +++ b/player_controller/PlayerController.tscn @@ -181,6 +181,7 @@ offset_left = 1530.0 offset_top = 1.0 offset_right = -2.0 offset_bottom = 1.0 +enabled = false initial_node_to_watch = NodePath("../StateChart") [node name="StateChart" type="Node" parent="."]