new test scene
This commit is contained in:
parent
a103ddcb8a
commit
9a6ea2c7b9
2 changed files with 104 additions and 44 deletions
55
scenes/1d_vslice.tscn
Normal file
55
scenes/1d_vslice.tscn
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://dfwa3gwtoor3t"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://q2fys6o0jy6w" path="res://objects/starfield/starfield.tscn" id="1_gl3rp"]
|
||||
[ext_resource type="Texture2D" uid="uid://cokpdf3gw10kr" path="res://space.png" id="2_nv70j"]
|
||||
[ext_resource type="PackedScene" uid="uid://c714s5d7d5765" path="res://objects/player/player.tscn" id="3_fyu15"]
|
||||
[ext_resource type="PackedScene" uid="uid://b1rm2x7lofhkm" path="res://objects/bosses/tesu.tscn" id="4_0cr18"]
|
||||
[ext_resource type="AudioStream" uid="uid://dftw8ufcgjbft" path="res://audio/music/04 - Stage 2 (Purple Sea).mp3" id="5_yu621"]
|
||||
|
||||
[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="SubViewportContainer" type="SubViewportContainer" parent="."]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="SubViewport" parent="SubViewportContainer" instance=ExtResource("1_gl3rp")]
|
||||
size = Vector2i(240, 320)
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
position = Vector2(120, 160)
|
||||
texture = ExtResource("2_nv70j")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("3_fyu15")]
|
||||
position = Vector2(124, 280)
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
|
||||
position = Vector2(245, 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_0cr18")]
|
||||
position = Vector2(124, 81)
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("5_yu621")
|
||||
autoplay = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue