midori-school/levels/Testrooms/lilytest.tscn

50 lines
1.6 KiB
Text

[gd_scene load_steps=7 format=2]
[ext_resource path="res://backgounds/wip.jpg" type="Texture" id=1]
[ext_resource path="res://sprites/common/player/player.tscn" type="PackedScene" id=2]
[ext_resource path="res://sprites/common/midori/lily.tscn" type="PackedScene" id=3]
[ext_resource path="res://levels/Testrooms/lilytest.gd" type="Script" id=4]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 18.5, 446.5 )
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 676, 20.5 )
[node name="Dialogtest" type="Node2D"]
script = ExtResource( 4 )
[node name="WIP" type="TextureRect" parent="."]
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 1 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2( -18, 373.5 )
shape = SubResource( 1 )
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
position = Vector2( 1299, 376 )
shape = SubResource( 1 )
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
position = Vector2( 641, -21 )
shape = SubResource( 2 )
[node name="StaticBody2D4" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D4"]
position = Vector2( 640, 741 )
shape = SubResource( 2 )
[node name="Lily" parent="." instance=ExtResource( 3 )]
position = Vector2( 644, 133 )
[node name="Player" parent="." instance=ExtResource( 2 )]
position = Vector2( 635, 586 )