diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml
new file mode 100644
index 0000000..be13d81
--- /dev/null
+++ b/.gitea/workflows/main.yml
@@ -0,0 +1,21 @@
+on:
+ push:
+ branches:
+ - main
+
+jobs:
+ build:
+ runs-on: main
+ steps:
+ - uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+ lfs: true
+ - uses: game-ci/unity-builder@v4
+ env:
+ UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
+ UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
+ UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
+ with:
+ targetPlatform: StandaloneWindows64
+ - run: ls -la
\ No newline at end of file
diff --git a/.idea/.idea.test/.idea/.gitignore b/.idea/.idea.test/.idea/.gitignore
new file mode 100644
index 0000000..8c3a8e2
--- /dev/null
+++ b/.idea/.idea.test/.idea/.gitignore
@@ -0,0 +1,13 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Rider ignored files
+/projectSettingsUpdater.xml
+/contentModel.xml
+/modules.xml
+/.idea.test.iml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/.idea.test/.idea/indexLayout.xml b/.idea/.idea.test/.idea/indexLayout.xml
new file mode 100644
index 0000000..7b08163
--- /dev/null
+++ b/.idea/.idea.test/.idea/indexLayout.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.test/.idea/vcs.xml b/.idea/.idea.test/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/.idea.test/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file