Skip to content

Commit 74f23bf

Browse files
authored
Merge branch 'master' into master
2 parents cce9541 + fbd357f commit 74f23bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Projects/skittles/player.tscn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
[sub_resource type="BoxMesh" id="BoxMesh_d722u"]
88

9+
910
[node name="Player" type="Node3D" node_paths=PackedStringArray("projectile_spawn")]
1011
script = ExtResource("1_4flbx")
1112
projectile_spawn = NodePath("Wand/ProjectileSpawn")
1213

14+
1315
[node name="Body" type="MeshInstance3D" parent="."]
1416
mesh = SubResource("CapsuleMesh_e0aj2")
1517

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@abstract class_name PlayerCommand
22

3-
@abstract func execute(player : Player) -> bool
3+
@abstract func execute(player : Player) -> bool

0 commit comments

Comments
 (0)