From 4fb6b4fd79e959570311dc25218f10ca5ab1c424 Mon Sep 17 00:00:00 2001 From: makeyangcom Date: Fri, 8 Mar 2024 17:52:35 +0800 Subject: [PATCH] 2.0.0 --- game/scenes/test.tscn | 3 +++ tools/update.sh | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 game/scenes/test.tscn 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