1234567891011121314 |
- [gd_scene load_steps=3 format=3 uid="uid://bmb72w7tf6fu4"]
- [ext_resource type="PackedScene" uid="uid://cqdewtd1yr4cn" path="res://component/props/godot_logo/godot_logo.tscn" id="1_36ls2"]
- [ext_resource type="PackedScene" uid="uid://dlkwtp1gl45r" path="res://component/ships/BiBiShip.tscn" id="2_hw8a6"]
- [node name="Level1" type="Node2D"]
- [node name="GodotLogo" parent="." instance=ExtResource("1_36ls2")]
- [node name="GodotLogo2" parent="." instance=ExtResource("1_36ls2")]
- position = Vector2(930, 491)
- [node name="BiBiShip" parent="." instance=ExtResource("2_hw8a6")]
- position = Vector2(462, 278)
|