Lessons/tutorial---basic-player-traits/testinggrounds.tscn
axel 8fce988954 BULLET!
Added bullet template
created a scene for the player character to move around in
added the ability for the player character to shoot
2024-11-21 18:38:01 -08:00

8 lines
255 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dgjpt6r8lqtp5"]
[ext_resource type="PackedScene" uid="uid://dn6vstynf4qyu" path="res://player.tscn" id="1_oa02w"]
[node name="Node" type="Node"]
[node name="Player" parent="." instance=ExtResource("1_oa02w")]