one-dimensional vertical slice
This commit is contained in:
parent
548a23d0e9
commit
3607ca7e2e
42 changed files with 692 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dfwa3gwtoor3t"]
|
||||
[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)
|
||||
|
|
@ -35,3 +37,10 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue