46 lines
1.8 KiB
Text
46 lines
1.8 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://dfwa3gwtoor3t"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cokpdf3gw10kr" path="res://space.png" id="1_ikr60"]
|
|
[ext_resource type="PackedScene" uid="uid://c714s5d7d5765" path="res://objects/player/player.tscn" id="2_ikr60"]
|
|
[ext_resource type="PackedScene" uid="uid://b1rm2x7lofhkm" path="res://objects/bosses/tesu.tscn" id="4_mmy68"]
|
|
[ext_resource type="AudioStream" uid="uid://dftw8ufcgjbft" path="res://audio/music/04 - Stage 2 (Purple Sea).mp3" id="5_wcm38"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ikr60"]
|
|
size = Vector2(10, 320)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mmy68"]
|
|
size = Vector2(260, 11.25)
|
|
|
|
[node name="TestScene" type="Node"]
|
|
|
|
[node name="Icon" type="Sprite2D" parent="."]
|
|
position = Vector2(120, 160)
|
|
texture = ExtResource("1_ikr60")
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_ikr60")]
|
|
position = Vector2(124, 280)
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(246, 160)
|
|
shape = SubResource("RectangleShape2D_ikr60")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(-5, 160)
|
|
shape = SubResource("RectangleShape2D_ikr60")
|
|
|
|
[node name="CollisionShape2D3" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(120, 325.625)
|
|
shape = SubResource("RectangleShape2D_mmy68")
|
|
|
|
[node name="CollisionShape2D4" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(120, -5.75)
|
|
shape = SubResource("RectangleShape2D_mmy68")
|
|
|
|
[node name="Tesu" parent="." instance=ExtResource("4_mmy68")]
|
|
position = Vector2(124, 81)
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("5_wcm38")
|
|
autoplay = true
|