Skip to content

Commit

Permalink
0.3.7.791
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Apr 23, 2024
1 parent 2435aa4 commit 1170dc5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"unofficial.Urho3DNet.Editor": {
"version": "0.3.7.789",
"version": "0.3.7.791",
"commands": [
"rbfx"
]
Expand Down
3 changes: 3 additions & 0 deletions Content/Common/Data/Music/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file added Content/Common/Data/Music/music.ogg
Binary file not shown.
3 changes: 3 additions & 0 deletions Content/Common/Data/Music/music.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<sound>
<loop enable="true"/>
</sound>
12 changes: 10 additions & 2 deletions Content/Common/Data/Scenes/Scene.scene
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0"?>
<resource _id="1">
<attributes>
<attribute name="Elapsed Time" type="Float" value="242.906815" />
<attribute name="Next Node ID" type="Int" value="29" />
<attribute name="Next Component ID" type="Int" value="52" />
<attribute name="Next Component ID" type="Int" value="63" />
</attributes>
<components>
<component _id="1" _typeName="Octree" />
Expand All @@ -16,6 +15,15 @@
</component>
<component _id="11" _typeName="ReflectionProbeManager" />
<component _id="32" _typeName="PhysicsWorld" />
<component _id="62" _typeName="SoundSource">
<attributes>
<attribute name="Sound" type="ResourceRef" value="Sound;Music/music.ogg" />
<attribute name="Type" type="String" value="Music" />
<attribute name="Frequency" type="Float" value="48000.000000" />
<attribute name="Is Playing" type="Bool" value="true" />
<attribute name="Play Position" type="Int" value="-1550372864" />
</attributes>
</component>
</components>
<nodes>
<node _id="2">
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Urho3DNetVersion>0.3.7.789</Urho3DNetVersion>
<Urho3DNetVersion>0.3.7.791</Urho3DNetVersion>
</PropertyGroup>
</Project>

0 comments on commit 1170dc5

Please sign in to comment.