mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:55:35 +00:00
Strawberry Explosion
This commit is contained in:
parent
2b53936f8b
commit
b9d03efbb8
5 changed files with 42 additions and 6 deletions
|
|
@ -55,7 +55,7 @@ public partial class PlayerMovement : CharacterBody2D
|
|||
{
|
||||
if (Input.IsActionJustPressed("shoot"))
|
||||
{
|
||||
Debug.WriteLine("Shoot");
|
||||
//Debug.WriteLine("Shoot");
|
||||
Bullet bullet = BulletScene.Instantiate<Bullet>();
|
||||
Owner.AddChild(bullet);
|
||||
bullet.Transform = Muzzle.GlobalTransform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue