2024-11-07 21:39:59 +01:00
|
|
|
[gd_scene load_steps=7 format=2]
|
2024-01-20 11:38:12 +01:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[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]
|
2024-01-20 11:38:12 +01:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
extents = Vector2( 18.5, 446.5 )
|
2024-01-20 14:58:29 +01:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[sub_resource type="RectangleShape2D" id=2]
|
|
|
|
extents = Vector2( 676, 20.5 )
|
2024-01-20 14:58:29 +01:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[node name="Dialogtest" type="Node2D"]
|
|
|
|
script = ExtResource( 4 )
|
2024-01-20 11:38:12 +01:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[node name="WIP" type="TextureRect" parent="."]
|
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
texture = ExtResource( 1 )
|
2024-01-20 14:58:29 +01:00
|
|
|
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
2024-11-07 21:39:59 +01:00
|
|
|
position = Vector2( -18, 373.5 )
|
|
|
|
shape = SubResource( 1 )
|
2024-01-20 14:58:29 +01:00
|
|
|
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
|
2024-11-07 21:39:59 +01:00
|
|
|
position = Vector2( 1299, 376 )
|
|
|
|
shape = SubResource( 1 )
|
2024-01-20 14:58:29 +01:00
|
|
|
|
|
|
|
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
|
2024-11-07 21:39:59 +01:00
|
|
|
position = Vector2( 641, -21 )
|
|
|
|
shape = SubResource( 2 )
|
2024-01-20 14:58:29 +01:00
|
|
|
|
|
|
|
[node name="StaticBody2D4" type="StaticBody2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D4"]
|
2024-11-07 21:39:59 +01:00
|
|
|
position = Vector2( 640, 741 )
|
|
|
|
shape = SubResource( 2 )
|
2024-01-21 01:45:41 +01:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[node name="Lily" parent="." instance=ExtResource( 3 )]
|
|
|
|
position = Vector2( 644, 133 )
|
2024-01-27 21:10:58 +01:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[node name="Player" parent="." instance=ExtResource( 2 )]
|
|
|
|
position = Vector2( 635, 586 )
|