diff --git a/game/scenes/test.tscn b/game/scenes/test.tscn new file mode 100644 index 0000000..7522fc8 --- /dev/null +++ b/game/scenes/test.tscn @@ -0,0 +1,3 @@ +[gd_scene format=3 uid="uid://do0h1etixmwf3"] + +[node name="Node2D" type="Node2D"] diff --git a/tools/update.sh b/tools/update.sh index 16d4d22..ec43d71 100755 --- a/tools/update.sh +++ b/tools/update.sh @@ -14,6 +14,8 @@ if [ ! -d "/data/wwwroot/game" ]; then mkdir -p /data/wwwroot/game fi +sudo chmod +x /data/wwwroot/game/* + # 编译后端服务 cd /data/wwwroot/server/ /usr/local/go/bin/go env -w GOSUMDB=off