12 lines
503 B
Text
12 lines
503 B
Text
[gd_scene load_steps=3 format=3 uid="uid://brutkgnx73onj"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bkuucjejc7p2v" path="res://scenes/player.tscn" id="1_00tan"]
|
|
[ext_resource type="PackedScene" uid="uid://bus77xvomweiu" path="res://scenes/bullet.tscn" id="2_l1v76"]
|
|
|
|
[node name="Gameplay" type="Node2D"]
|
|
|
|
[node name="Player" parent="." instance=ExtResource("1_00tan")]
|
|
position = Vector2(-10, 0)
|
|
bullet_scene = ExtResource("2_l1v76")
|
|
|
|
[node name="Bullet" parent="." instance=ExtResource("2_l1v76")]
|