+new assets
This commit is contained in:
parent
16b43af80b
commit
84d2a3bbb0
|
@ -1,10 +1,8 @@
|
||||||
[gd_scene load_steps=5 format=3 uid="uid://bx6htkgx23t8v"]
|
[gd_scene load_steps=4 format=3 uid="uid://bx6htkgx23t8v"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://scenes/crowd/crowd.gd" id="1_y7wyj"]
|
[ext_resource type="Script" path="res://scenes/crowd/crowd.gd" id="1_y7wyj"]
|
||||||
[ext_resource type="Texture2D" uid="uid://b6p145ne8x013" path="res://sprites/room/table.svg" id="2_yuiyq"]
|
[ext_resource type="Texture2D" uid="uid://b6p145ne8x013" path="res://sprites/room/table.svg" id="2_bax5s"]
|
||||||
[ext_resource type="Texture2D" uid="uid://dy3y1wvowh72r" path="res://sprites/room/chair.svg" id="3_1657p"]
|
[ext_resource type="PackedScene" uid="uid://bbehbuw5lvfkr" path="res://sprites/room/chair.tscn" id="3_y4hpm"]
|
||||||
|
|
||||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_mfqpb"]
|
|
||||||
|
|
||||||
[node name="Crowd" type="Node2D"]
|
[node name="Crowd" type="Node2D"]
|
||||||
position = Vector2(240, 232)
|
position = Vector2(240, 232)
|
||||||
|
@ -14,171 +12,122 @@ script = ExtResource("1_y7wyj")
|
||||||
|
|
||||||
[node name="Table_1" type="Sprite2D" parent="Tables"]
|
[node name="Table_1" type="Sprite2D" parent="Tables"]
|
||||||
z_index = 35
|
z_index = 35
|
||||||
material = SubResource("CanvasItemMaterial_mfqpb")
|
|
||||||
position = Vector2(170, 199)
|
position = Vector2(170, 199)
|
||||||
scale = Vector2(0.3, 0.3)
|
scale = Vector2(0.25, 0.25)
|
||||||
texture = ExtResource("2_yuiyq")
|
texture = ExtResource("2_bax5s")
|
||||||
|
|
||||||
[node name="Table_2" type="Sprite2D" parent="Tables"]
|
[node name="Table_2" type="Sprite2D" parent="Tables"]
|
||||||
z_index = 25
|
z_index = 25
|
||||||
position = Vector2(359, 138)
|
position = Vector2(359, 138)
|
||||||
scale = Vector2(0.3, 0.3)
|
scale = Vector2(0.25, 0.25)
|
||||||
texture = ExtResource("2_yuiyq")
|
texture = ExtResource("2_bax5s")
|
||||||
|
|
||||||
[node name="Table_3" type="Sprite2D" parent="Tables"]
|
[node name="Table_3" type="Sprite2D" parent="Tables"]
|
||||||
z_index = 15
|
z_index = 15
|
||||||
position = Vector2(203, 84)
|
position = Vector2(203, 84)
|
||||||
scale = Vector2(0.3, 0.3)
|
scale = Vector2(0.25, 0.25)
|
||||||
texture = ExtResource("2_yuiyq")
|
texture = ExtResource("2_bax5s")
|
||||||
|
|
||||||
[node name="Table_4" type="Sprite2D" parent="Tables"]
|
[node name="Table_4" type="Sprite2D" parent="Tables"]
|
||||||
z_index = 45
|
z_index = 45
|
||||||
position = Vector2(319, 230)
|
position = Vector2(319, 230)
|
||||||
scale = Vector2(0.3, 0.3)
|
scale = Vector2(0.25, 0.25)
|
||||||
texture = ExtResource("2_yuiyq")
|
texture = ExtResource("2_bax5s")
|
||||||
|
|
||||||
[node name="Seats" type="Node" parent="."]
|
[node name="Seats" type="Node" parent="."]
|
||||||
|
|
||||||
[node name="Seat_1" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(168, 156)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_1"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_10" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(311, 137)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_10"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_7" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(249, 81)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_7"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(-0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_16" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(320, 274)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_16"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_5" type="Node2D" parent="Seats"]
|
[node name="Seat_5" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 10
|
||||||
position = Vector2(205, 35)
|
position = Vector2(205, 35)
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_5"]
|
[node name="Chair" parent="Seats/Seat_5" instance=ExtResource("3_y4hpm")]
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_12" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(359, 184)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_12"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(-0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_8" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(204, 130)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_8"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_13" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(315, 187)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_13"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(-0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_2" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(122, 197)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_2"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_3" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(217, 199)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_3"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(-0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_15" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(366, 231)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_15"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(-0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_4" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(166, 244)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_4"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_9" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(359, 94)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_9"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(-0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_14" type="Node2D" parent="Seats"]
|
|
||||||
position = Vector2(276, 232)
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_14"]
|
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
|
||||||
scale = Vector2(0.26, 0.26)
|
|
||||||
texture = ExtResource("3_1657p")
|
|
||||||
|
|
||||||
[node name="Seat_6" type="Node2D" parent="Seats"]
|
[node name="Seat_6" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 12
|
||||||
position = Vector2(159, 79)
|
position = Vector2(159, 79)
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_6"]
|
[node name="Chair" parent="Seats/Seat_6" instance=ExtResource("3_y4hpm")]
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
[node name="Seat_7" type="Node2D" parent="Seats"]
|
||||||
scale = Vector2(0.26, 0.26)
|
z_index = 13
|
||||||
texture = ExtResource("3_1657p")
|
position = Vector2(249, 81)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_7" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_8" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 17
|
||||||
|
position = Vector2(204, 130)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_8" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_9" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 20
|
||||||
|
position = Vector2(359, 94)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_9" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_10" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 22
|
||||||
|
position = Vector2(311, 137)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_10" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
[node name="Seat_11" type="Node2D" parent="Seats"]
|
[node name="Seat_11" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 23
|
||||||
position = Vector2(401, 133)
|
position = Vector2(401, 133)
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="Seats/Seat_11"]
|
[node name="Chair" parent="Seats/Seat_11" instance=ExtResource("3_y4hpm")]
|
||||||
z_index = -5
|
|
||||||
position = Vector2(0, 10)
|
[node name="Seat_12" type="Node2D" parent="Seats"]
|
||||||
scale = Vector2(-0.26, 0.26)
|
z_index = 26
|
||||||
texture = ExtResource("3_1657p")
|
position = Vector2(359, 184)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_12" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_1" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 30
|
||||||
|
position = Vector2(168, 156)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_1" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_2" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 32
|
||||||
|
position = Vector2(122, 197)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_2" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_3" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 33
|
||||||
|
position = Vector2(217, 199)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_3" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_4" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 36
|
||||||
|
position = Vector2(166, 244)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_4" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_13" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 40
|
||||||
|
position = Vector2(315, 187)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_13" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_14" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 42
|
||||||
|
position = Vector2(276, 232)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_14" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_15" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 43
|
||||||
|
position = Vector2(366, 231)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_15" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
||||||
|
[node name="Seat_16" type="Node2D" parent="Seats"]
|
||||||
|
z_index = 46
|
||||||
|
position = Vector2(320, 274)
|
||||||
|
|
||||||
|
[node name="Chair" parent="Seats/Seat_16" instance=ExtResource("3_y4hpm")]
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
[gd_scene load_steps=8 format=3 uid="uid://cicyfp5xjvvu4"]
|
[gd_scene load_steps=8 format=3 uid="uid://cicyfp5xjvvu4"]
|
||||||
|
|
||||||
|
[ext_resource type="Texture2D" uid="uid://bg85if5rrrdmm" path="res://sprites/room/buehne.svg" id="1_32lst"]
|
||||||
[ext_resource type="Script" path="res://scenes/Tim.gd" id="1_g3k2b"]
|
[ext_resource type="Script" path="res://scenes/Tim.gd" id="1_g3k2b"]
|
||||||
[ext_resource type="Texture2D" uid="uid://kq63ictuirhc" path="res://sprites/tim_side.png" id="1_saxit"]
|
[ext_resource type="Texture2D" uid="uid://kq63ictuirhc" path="res://sprites/tim_side.png" id="1_saxit"]
|
||||||
[ext_resource type="Script" path="res://scenes/Boundary.gd" id="2_8p6ir"]
|
[ext_resource type="Script" path="res://scenes/Boundary.gd" id="2_8p6ir"]
|
||||||
[ext_resource type="PackedScene" uid="uid://r1i7ln2hpwq5" path="res://scenes/joke_button.tscn" id="3_0t41i"]
|
[ext_resource type="PackedScene" uid="uid://r1i7ln2hpwq5" path="res://scenes/joke_button.tscn" id="3_0t41i"]
|
||||||
|
|
||||||
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_3hx6l"]
|
|
||||||
size = Vector2(600, 200)
|
|
||||||
|
|
||||||
[sub_resource type="CircleShape2D" id="CircleShape2D_jfw8v"]
|
[sub_resource type="CircleShape2D" id="CircleShape2D_jfw8v"]
|
||||||
radius = 23.0217
|
radius = 23.0217
|
||||||
|
|
||||||
|
@ -19,8 +17,9 @@ z_index = 100
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||||
z_index = 100
|
z_index = 100
|
||||||
scale = Vector2(1, 0.3)
|
position = Vector2(-2, 43)
|
||||||
texture = SubResource("PlaceholderTexture2D_3hx6l")
|
scale = Vector2(1, 0.7)
|
||||||
|
texture = ExtResource("1_32lst")
|
||||||
offset = Vector2(0, -100)
|
offset = Vector2(0, -100)
|
||||||
|
|
||||||
[node name="Tim" type="Node2D" parent="." node_paths=PackedStringArray("boundary", "tim_sprite", "transmitter_area")]
|
[node name="Tim" type="Node2D" parent="." node_paths=PackedStringArray("boundary", "tim_sprite", "transmitter_area")]
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
[gd_scene load_steps=2 format=3 uid="uid://bbehbuw5lvfkr"]
|
||||||
|
|
||||||
|
[ext_resource type="Texture2D" uid="uid://dy3y1wvowh72r" path="res://sprites/room/chair.svg" id="1_17hl8"]
|
||||||
|
|
||||||
|
[node name="Chair" type="Node2D"]
|
||||||
|
|
||||||
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||||
|
position = Vector2(0, 15)
|
||||||
|
scale = Vector2(0.25, 0.25)
|
||||||
|
texture = ExtResource("1_17hl8")
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue