Various additions and fixes

This commit is contained in:
2025-02-11 02:39:31 -08:00
parent 3e42ee4914
commit 556f12de1e
1517 changed files with 13624 additions and 12282 deletions

View File

@@ -162,6 +162,7 @@ public partial class Game : Node3D, IGame
var thrown = thrownScene.Instantiate<ThrownItem>();
thrown.ItemThatIsThrown = item;
AddChild(thrown);
thrown.Position += new Vector3(0, 1.5f, -0.5f);
thrown.Throw();
}