Skip to content

Commit

Permalink
0.3.7.842
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Sep 3, 2024
1 parent 4a52f5f commit a792d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion casual
2 changes: 1 addition & 1 deletion thirdperson
Submodule thirdperson updated 40 files
+1 −1 .config/dotnet-tools.json
+ Content/Common/Data/Animations/EmptyHanded/FallingIdle.ani
+0 −0 Content/Common/Data/Animations/EmptyHanded/FallingIdle.xml
+ Content/Common/Data/Animations/EmptyHanded/Idle.ani
+0 −0 Content/Common/Data/Animations/EmptyHanded/Idle.xml
+ Content/Common/Data/Animations/EmptyHanded/Running.ani
+0 −0 Content/Common/Data/Animations/EmptyHanded/Running.xml
+ Content/Common/Data/Animations/EmptyHanded/Walking.ani
+0 −0 Content/Common/Data/Animations/EmptyHanded/Walking.xml
+ Content/Common/Data/Animations/EnterCar.ani
+ Content/Common/Data/Animations/ExitCar.ani
+ Content/Common/Data/Animations/Pistol/PistolIdle.ani
+2 −0 Content/Common/Data/Animations/Pistol/PistolIdle.xml
+ Content/Common/Data/Animations/Pistol/PistolRun.ani
+3 −0 Content/Common/Data/Animations/Pistol/PistolRun.xml
+ Content/Common/Data/Animations/Pistol/PistolWalk.ani
+3 −0 Content/Common/Data/Animations/Pistol/PistolWalk.xml
+ Content/Common/Data/Animations/Rifle/Idle.ani
+2 −0 Content/Common/Data/Animations/Rifle/Idle.xml
+ Content/Common/Data/Animations/Rifle/RunForward.ani
+3 −0 Content/Common/Data/Animations/Rifle/RunForward.xml
+ Content/Common/Data/Animations/Rifle/WalkForward.ani
+3 −0 Content/Common/Data/Animations/Rifle/WalkForward.xml
+6 −0 Content/Common/Data/Items/AssaultRifle.json
+6 −0 Content/Common/Data/Items/Pistol.json
+1 −1 Content/Common/Data/Models/Characters/XBot/XBot.prefab
+349 −2 Content/Common/Data/Models/Characters/YBot/YBot.prefab
+ Content/Common/Data/Quaternius/SciFiModularGunPack/Meshes/AR_4.mdl
+ Content/Common/Data/Quaternius/SciFiModularGunPack/Meshes/Pistol_2.mdl
+145 −0 Content/Common/Data/Quaternius/SciFiModularGunPack/Prefabs/AssaultRifle.prefab
+144 −0 Content/Common/Data/Quaternius/SciFiModularGunPack/Prefabs/Pistol.prefab
+28 −4 Content/Common/Data/Scenes/Sample.xml
+1 −1 Directory.Build.props
+1 −1 RbfxTemplate/DoorButton.cs
+1 −1 RbfxTemplate/DoorTrigger.cs
+21 −9 RbfxTemplate/GameState.cs
+9 −0 RbfxTemplate/Inventory/HoldingStyle.cs
+6 −0 RbfxTemplate/Inventory/ItemDefinition.cs
+2 −2 RbfxTemplate/InventoryState.cs
+84 −3 RbfxTemplate/Player.cs

0 comments on commit a792d18

Please sign in to comment.