diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 4fa41dc..b653ff9 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -9,7 +9,7 @@
]
},
"unofficial.Urho3DNet.Editor": {
- "version": "0.3.7.789",
+ "version": "0.3.7.791",
"commands": [
"rbfx"
]
diff --git a/Content/Common/Data/Music/LICENSE.txt b/Content/Common/Data/Music/LICENSE.txt
new file mode 100644
index 0000000..14aedda
--- /dev/null
+++ b/Content/Common/Data/Music/LICENSE.txt
@@ -0,0 +1,3 @@
+music.ogg is generated via Udio.com service and ment to be replaced with actual music made for your game.
+
+See Udio terms of Service here: https://www.udio.com/terms-of-service
\ No newline at end of file
diff --git a/Content/Common/Data/Music/music.ogg b/Content/Common/Data/Music/music.ogg
new file mode 100644
index 0000000..7c79625
Binary files /dev/null and b/Content/Common/Data/Music/music.ogg differ
diff --git a/Content/Common/Data/Music/music.xml b/Content/Common/Data/Music/music.xml
new file mode 100644
index 0000000..6ea5bb1
--- /dev/null
+++ b/Content/Common/Data/Music/music.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/Content/Common/Data/Scenes/Scene.scene b/Content/Common/Data/Scenes/Scene.scene
index 5edf346..39bc6c4 100644
--- a/Content/Common/Data/Scenes/Scene.scene
+++ b/Content/Common/Data/Scenes/Scene.scene
@@ -1,9 +1,8 @@
-
-
+
@@ -16,6 +15,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/Directory.Build.props b/Directory.Build.props
index fcb05c7..fc471d7 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
- 0.3.7.789
+ 0.3.7.791
\ No newline at end of file