Commit bf442ae5 authored by Julia Santos's avatar Julia Santos

Added neighbor's room and inside cabinet, replaced some placeholder backgrounds

parent 4bde6453
source_md5="3d7afa3be3dd537f5b25319dd1af389d"
dest_md5="4e99dcf121a44b70d612d26e2fd512b0"
source_md5="07971c02e0bda6fa02b36e84a2c6ce1a"
dest_md5="f5c91825a5e96253992954a9569973c9"
source_md5="eed3cfdbf75c263473fa166e7c28aceb"
dest_md5="f8c022ace7b486bcf8ae3230d94e1831"
source_md5="afb1e60521d46cecbabc447d6cfc0283"
dest_md5="e87e284480cc71f52cf3bfa64ba4f1e2"
source_md5="dd6f940e453b8115585edf34e19ddec6"
dest_md5="10eb25b88e26e8ce03460ac7e533e7ac"
source_md5="30c63303aa234077e93e4677219a7dd3"
dest_md5="60c099322701818de3dd006f8e21ebdd"
source_md5="53128593c309ac156fd76446aa976add"
dest_md5="120d19d8e1351efa506bdd6a0ec560ec"
source_md5="d2d5a53b3f83495f4177243085bda586"
dest_md5="05a016495b545c687c46a9f902129f21"
source_md5="a9916fdd5a9720978868cfa4653fb57e"
dest_md5="5909e0a52f5a94d186f49dc802e9585b"
source_md5="1c503ced4eb70a8260d8663f80474285"
dest_md5="4386972f466ac5717cd7c5d445ccab54"
[gd_scene load_steps=16 format=2]
[ext_resource path="res://Dialogue Contro - Bathrooml.gd" type="Script" id=1]
[ext_resource path="res://Dialogue control - Bathroom.gd" type="Script" id=1]
[ext_resource path="res://assets/room zoom out.png" type="Texture" id=2]
[ext_resource path="res://assets/placeholder.png" type="Texture" id=3]
[ext_resource path="res://Item.gd" type="Script" id=4]
......
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func interaction(selected, clicked): #selected = item in inventory, clicked = item in environment
match clicked:
"Laundry basket":
match selected:
"Shirt", "Towel", "Pants", "Sando":
return "Into the basket you go."
"Placeholder 2":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 2"
"Placeholder 3":
return "Using Placeholder 3 on 2"
"Placeholder 3":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 3"
"Placeholder 2":
return "Using Placeholder 1 on 3"
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func interaction(selected, clicked): #selected = item in inventory, clicked = item in environment
match clicked:
"Laundry basket":
match selected:
"Shirt", "Towel", "Pants", "Sando":
return "Into the basket you go."
"Placeholder 2":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 2"
"Placeholder 3":
return "Using Placeholder 3 on 2"
"Placeholder 3":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 3"
"Placeholder 2":
return "Using Placeholder 1 on 3"
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func interaction(selected, clicked): #selected = item in inventory, clicked = item in environment
match clicked:
"Laundry basket":
match selected:
"Shirt", "Towel", "Pants", "Sando":
return "Into the basket you go."
"Placeholder 2":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 2"
"Placeholder 3":
return "Using Placeholder 3 on 2"
"Placeholder 3":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 3"
"Placeholder 2":
return "Using Placeholder 1 on 3"
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func interaction(selected, clicked): #selected = item in inventory, clicked = item in environment
match clicked:
"Laundry basket":
match selected:
"Shirt", "Towel", "Pants", "Sando":
return "Into the basket you go."
"Placeholder 2":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 2"
"Placeholder 3":
return "Using Placeholder 3 on 2"
"Placeholder 3":
match selected:
"Placeholder 1":
return "Using Placeholder 1 on 3"
"Placeholder 2":
return "Using Placeholder 1 on 3"
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass
[gd_scene load_steps=8 format=2]
[ext_resource path="res://assets/Thesis Clickables/Lab Notes.png" type="Texture" id=1]
[ext_resource path="res://Item.gd" type="Script" id=2]
[ext_resource path="res://assets/Thesis Clickables/Nana's food.png" type="Texture" id=3]
[ext_resource path="res://assets/Thesis Clickables/scissors.png" type="Texture" id=4]
[ext_resource path="res://Dialogue control - Inside cabinet.gd" type="Script" id=5]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 10.2686, 10.4499 )
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 16.2132, 16.4708 )
[node name="Node2D" type="Node2D"]
position = Vector2( 643.819, 277.182 )
[node name="BG" type="Sprite" parent="."]
[node name="Dialogue control" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Lab notes" type="StaticBody2D" parent="."]
position = Vector2( -312.57, -93.3011 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
retrievable = true
flavorText = "My lab notes! I wonder how it got there."
[node name="CollisionShape2D" type="CollisionShape2D" parent="Lab notes"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="Lab notes/CollisionShape2D"]
position = Vector2( 0.178162, -0.0184937 )
scale = Vector2( 0.101337, 0.101337 )
texture = ExtResource( 1 )
[node name="Scissors" type="StaticBody2D" parent="."]
position = Vector2( -233.195, 101.987 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
retrievable = true
flavorText = "Sharp."
[node name="CollisionShape2D" type="CollisionShape2D" parent="Scissors"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="Scissors/CollisionShape2D"]
position = Vector2( 0.178162, -0.0184937 )
scale = Vector2( 0.101337, 0.101337 )
texture = ExtResource( 4 )
[node name="Nana\'s food" type="StaticBody2D" parent="."]
position = Vector2( 15.0091, 12.5322 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
retrievable = true
flavorText = "Finally, some food for Banana."
[node name="CollisionShape2D" type="CollisionShape2D" parent="Nana\'s food"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 2 )
[node name="Sprite" type="Sprite" parent="Nana\'s food/CollisionShape2D"]
position = Vector2( 0.178162, -0.0184937 )
scale = Vector2( 0.156774, 0.156774 )
texture = ExtResource( 3 )
......@@ -11,7 +11,7 @@
[sub_resource type="RectangleShape2D" id=1]
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 28.2389, 45.0754 )
extents = Vector2( 24.763, 38.3652 )
[sub_resource type="StreamTexture" id=3]
flags = 4
......@@ -23,15 +23,12 @@ extents = Vector2( 15.4169, 13.9691 )
[node name="Node2D" type="Node2D"]
[node name="BG" type="Sprite" parent="."]
position = Vector2( 492.818, 298.898 )
scale = Vector2( 0.829244, 0.829244 )
position = Vector2( 510.711, 298.398 )
scale = Vector2( 1.00091, 1.00091 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}
[node name="Cleaning mat" type="StaticBody2D" parent="."]
position = Vector2( 546.11, 329.916 )
position = Vector2( 399.11, 292.916 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 3 )
......@@ -64,7 +61,7 @@ __meta__ = {
}
[node name="Fridge" type="StaticBody2D" parent="."]
position = Vector2( 744.289, 314.826 )
position = Vector2( 715.289, 314.826 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 7 )
......@@ -74,7 +71,7 @@ __meta__ = {
interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Fridge"]
position = Vector2( 1.25211, 0.295086 )
position = Vector2( -16.8367, -2.11676 )
scale = Vector2( 5, 5 )
shape = SubResource( 2 )
......@@ -85,6 +82,7 @@ scale = Vector2( 0.101337, 0.101337 )
texture = SubResource( 3 )
[node name="Stool" type="StaticBody2D" parent="."]
visible = false
position = Vector2( 112.641, 527.75 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
......
......@@ -17,15 +17,15 @@ flags = 4
load_path = "res://.import/laundry door open.png-4b5301b83ad58821eec5d9f14596c644.stex"
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 18.1476, 18.9374 )
extents = Vector2( 18.1476, 15.0675 )
[sub_resource type="RectangleShape2D" id=5]
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 18.1476, 4.25272 )
[sub_resource type="RectangleShape2D" id=3]
[sub_resource type="RectangleShape2D" id=4]
extents = Vector2( 10.1799, 3.6851 )
[sub_resource type="RectangleShape2D" id=4]
[sub_resource type="RectangleShape2D" id=5]
extents = Vector2( 6.41233, 8.96647 )
[sub_resource type="RectangleShape2D" id=6]
......@@ -37,8 +37,8 @@ extents = Vector2( 15.414, 13.6335 )
[node name="Laundry - Notepad" type="Node2D"]
[node name="laundry all closed" type="Sprite" parent="."]
position = Vector2( 507.904, 303.285 )
scale = Vector2( 0.833181, 0.83318 )
position = Vector2( 512.384, 301.785 )
scale = Vector2( 0.998181, 0.99818 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
......@@ -72,7 +72,7 @@ __meta__ = {
}
[node name="Washing machine door" type="StaticBody2D" parent="."]
position = Vector2( 501.376, 426.681 )
position = Vector2( 434.376, 404.681 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 5 )
......@@ -82,7 +82,7 @@ __meta__ = {
interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Washing machine door"]
position = Vector2( 1.07745, 0.955444 )
position = Vector2( 1.07745, 4.57318 )
scale = Vector2( 5, 5 )
shape = SubResource( 2 )
......@@ -106,7 +106,7 @@ __meta__ = {
}
[node name="Buttons" type="StaticBody2D" parent="."]
position = Vector2( 500.485, 318.882 )
position = Vector2( 433.485, 338.882 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 5 )
......@@ -118,7 +118,7 @@ interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Buttons"]
position = Vector2( 1.07745, 0.955444 )
scale = Vector2( 5, 5 )
shape = SubResource( 5 )
shape = SubResource( 3 )
[node name="Sprite" type="Sprite" parent="Buttons/CollisionShape2D"]
visible = false
......@@ -140,7 +140,7 @@ __meta__ = {
}
[node name="Drawer" type="StaticBody2D" parent="."]
position = Vector2( 564.616, 280.38 )
position = Vector2( 476.616, 296.38 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 5 )
......@@ -152,7 +152,7 @@ interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Drawer"]
position = Vector2( -2.33716, 0.955444 )
scale = Vector2( 5, 5 )
shape = SubResource( 3 )
shape = SubResource( 4 )
[node name="Sprite" type="Sprite" parent="Drawer/CollisionShape2D"]
visible = false
......@@ -174,16 +174,19 @@ __meta__ = {
}
[node name="Soap" type="StaticBody2D" parent="."]
position = Vector2( 495.724, 239.782 )
position = Vector2( 422.724, 267.782 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 5 )
__meta__ = {
"_edit_group_": true
}
interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Soap"]
position = Vector2( 2.21564, -2.45926 )
scale = Vector2( 5, 5 )
shape = SubResource( 4 )
shape = SubResource( 5 )
[node name="Sprite" type="Sprite" parent="Soap/CollisionShape2D"]
position = Vector2( -1.2373, 0.66748 )
......@@ -210,7 +213,7 @@ __meta__ = {
}
[node name="Clothes" type="StaticBody2D" parent="."]
position = Vector2( 367.529, 500.41 )
position = Vector2( 281.529, 506.41 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 5 )
......@@ -243,7 +246,7 @@ __meta__ = {
}
[node name="Return" type="StaticBody2D" parent="."]
position = Vector2( 123.853, 521.599 )
position = Vector2( 95.853, 523.599 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 10 )
......
......@@ -8,7 +8,7 @@
[ext_resource path="res://Groceries.gd" type="Script" id=6]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 32.8504, 37.878 )
extents = Vector2( 35.8254, 37.878 )
[sub_resource type="StreamTexture" id=2]
flags = 4
......@@ -27,8 +27,8 @@ extents = Vector2( 15.4169, 13.9691 )
[node name="Laundry area" type="Node2D"]
[node name="BG - regular" type="Sprite" parent="."]
position = Vector2( 518.958, 300.969 )
scale = Vector2( 0.825827, 0.825827 )
position = Vector2( 509.587, 297.996 )
scale = Vector2( 0.98637, 0.98637 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
......@@ -43,13 +43,10 @@ __meta__ = {
}
[node name="Laundry door" type="StaticBody2D" parent="."]
position = Vector2( 322.984, 296.426 )
position = Vector2( 344.39, 310.696 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
interactable = true
flavorText = "Something's in the way."
......@@ -78,7 +75,7 @@ __meta__ = {
}
[node name="Groceries" type="StaticBody2D" parent="."]
position = Vector2( 335.711, 460.475 )
position = Vector2( 358.306, 464.043 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 6 )
......@@ -111,7 +108,7 @@ __meta__ = {
}
[node name="Stool" type="StaticBody2D" parent="."]
position = Vector2( 844.487, 532.24 )
position = Vector2( 642.322, 475.158 )
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 4 )
......
......@@ -22,12 +22,12 @@ load_path = "res://.import/return arrow.png-ba7c2fea6c5a220a249845f29bbe9177.ste
[node name="Node2D" type="Node2D"]
[node name="basket zoom" type="Sprite" parent="."]
position = Vector2( 492.215, 300.161 )
scale = Vector2( 0.834157, 0.834157 )
position = Vector2( 509.212, 298.826 )
scale = Vector2( 0.989888, 0.989888 )
texture = ExtResource( 1 )
[node name="To do list" type="StaticBody2D" parent="."]
position = Vector2( 598.615, 222.448 )
position = Vector2( 526.534, 237.131 )
rotation = -0.558505
scale = Vector2( 0.4, 0.4 )
input_pickable = true
......
[gd_scene load_steps=26 format=2]
[gd_scene load_steps=28 format=2]
[ext_resource path="res://Test room 1.tscn" type="PackedScene" id=1]
[ext_resource path="res://assets/189066690_228150108704696_3850052974465333899_n.png" type="Texture" id=2]
......@@ -20,6 +20,8 @@
[ext_resource path="res://Laundry - Notepad.tscn" type="PackedScene" id=18]
[ext_resource path="res://Main - Notepad.gd" type="Script" id=19]
[ext_resource path="res://Bathroom.tscn" type="PackedScene" id=20]
[ext_resource path="res://Inside cabinet.tscn" type="PackedScene" id=21]
[ext_resource path="res://Neighbor's room.tscn" type="PackedScene" id=22]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.984314, 0.847059, 0.435294, 1 )
......@@ -75,6 +77,16 @@ visible = false
script = ExtResource( 4 )
items = [ NodePath("Mirror"), NodePath("Lab Note - Bathroom"), NodePath("Toilet"), NodePath("Sink"), NodePath("Door - to Bedroom"), NodePath("Plunger"), NodePath("Bobby Pins"), NodePath("Trash"), NodePath("Tabo") ]
[node name="Inside cabinet" parent="." instance=ExtResource( 21 )]
visible = false
script = ExtResource( 4 )
items = [ NodePath("Lab notes"), NodePath("Scissors"), NodePath("Nana\'s food") ]
[node name="Neighbor\'s room" parent="." instance=ExtResource( 22 )]
visible = false
script = ExtResource( 4 )
items = [ NodePath("Ladder"), NodePath("Balcony door"), NodePath("Neighbor"), NodePath("Reptile memorabilia"), NodePath("Toolbox"), NodePath("Screwdriver") ]
[node name="Event Handler" type="Node2D" parent="."]
position = Vector2( 460.602, 18.6417 )
script = ExtResource( 12 )
......@@ -266,3 +278,5 @@ __meta__ = {
[editable path="Fridge"]
[editable path="Laundry - Notepad"]
[editable path="Bathroom"]
[editable path="Inside cabinet"]
[editable path="Neighbor's room"]
[gd_scene load_steps=16 format=2]
[ext_resource path="res://Dialogue control - Neighbor's room.gd" type="Script" id=1]
[ext_resource path="res://Item.gd" type="Script" id=2]
[ext_resource path="res://assets/Thesis Clickables/Ladder.png" type="Texture" id=3]
[ext_resource path="res://assets/Thesis Clickables/Toolbox.png" type="Texture" id=4]
[ext_resource path="res://assets/Thesis Clickables/Neighbor.png" type="Texture" id=5]
[ext_resource path="res://assets/Thesis Clickables/Balcony door.png" type="Texture" id=6]
[ext_resource path="res://item.gd" type="Script" id=7]
[ext_resource path="res://assets/Thesis Clickables/Reptile memorabilia.png" type="Texture" id=8]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 10.2686, 34.6917 )
[sub_resource type="RectangleShape2D" id=4]
extents = Vector2( 22.9649, 32.4101 )
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 10.1137, 24.8506 )
[sub_resource type="RectangleShape2D" id=7]
extents = Vector2( 21.453, 8.21959 )
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 15.1935, 10.447 )
[sub_resource type="RectangleShape2D" id=5]
extents = Vector2( 5.55923, 10.447 )
[sub_resource type="StreamTexture" id=6]
flags = 4
load_path = "res://.import/Toolbox.png-aad5074879e9968712ed99f01d072f37.stex"
[node name="Node2D" type="Node2D"]
position = Vector2( 511.528, 367.897 )
[node name="BG" type="Sprite" parent="."]
[node name="Dialogue control" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Ladder" type="StaticBody2D" parent="."]
position = Vector2( -120.812, -41.6404 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
interactable = true
flavorText = "THE LADDER. THAT CREAKING LADDER AND ITS CREAKING SOUND. Time to kill it-- I mean get rid of it... But how?"
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ladder"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="Ladder/CollisionShape2D"]
position = Vector2( 0.178131, 0.0814972 )
scale = Vector2( 0.101337, 0.344337 )
texture = ExtResource( 3 )
[node name="Balcony door" type="StaticBody2D" parent="."]
position = Vector2( 301.261, -167.633 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Balcony door"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 4 )
[node name="Sprite" type="Sprite" parent="Balcony door/CollisionShape2D"]
position = Vector2( 0.304169, 0.207489 )
scale = Vector2( 0.231109, 0.325438 )
texture = ExtResource( 6 )
[node name="Neighbor" type="StaticBody2D" parent="."]
position = Vector2( 6.43958, 8.75641 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Neighbor"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 2 )
[node name="Sprite" type="Sprite" parent="Neighbor/CollisionShape2D"]
position = Vector2( 0.178162, -0.170486 )
scale = Vector2( 0.101337, 0.243543 )
texture = ExtResource( 5 )
[node name="Reptile memorabilia" type="StaticBody2D" parent="."]
position = Vector2( -333.739, -277.246 )
input_pickable = true
script = ExtResource( 7 )
__meta__ = {
"_edit_group_": true
}
interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Reptile memorabilia"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 7 )
[node name="Sprite" type="Sprite" parent="Reptile memorabilia/CollisionShape2D"]
position = Vector2( 0.430153, 0.459473 )
scale = Vector2( 0.21221, 0.0860532 )
texture = ExtResource( 8 )
[node name="Toolbox" type="StaticBody2D" parent="."]
position = Vector2( -274.723, 85.4092 )
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
interactable = true
flavorText = "Lotsa reptile stickers. Oh hey a screwdriver!"
[node name="CollisionShape2D" type="CollisionShape2D" parent="Toolbox"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 3 )
[node name="Sprite" type="Sprite" parent="Toolbox/CollisionShape2D"]
position = Vector2( 0.304199, -0.170502 )
scale = Vector2( 0.146617, 0.1 )
texture = ExtResource( 4 )
[node name="Screwdriver" type="StaticBody2D" parent="."]
position = Vector2( -308.741, 23.6731 )
rotation = -0.345575
input_pickable = true
script = ExtResource( 2 )
__meta__ = {
"_edit_group_": true
}
retrievable = true
flavorText = "Neighbor's screwdriver. Has a lil' gecko sticker on the handle."
[node name="CollisionShape2D" type="CollisionShape2D" parent="Screwdriver"]
position = Vector2( -0.433167, 2.2196 )
scale = Vector2( 5, 5 )
shape = SubResource( 5 )
[node name="Sprite" type="Sprite" parent="Screwdriver/CollisionShape2D"]
position = Vector2( -0.0038681, -0.21283 )
scale = Vector2( 0.0526986, 0.1 )
texture = SubResource( 6 )
[gd_scene load_steps=23 format=2]
[ext_resource path="res://assets/room zoom out.png" type="Texture" id=1]
[ext_resource path="res://assets/Placeholder BGs/room zoom out.png" type="Texture" id=1]
[ext_resource path="res://assets/placeholder item.png" type="Texture" id=2]
[ext_resource path="res://Item.gd" type="Script" id=3]
[ext_resource path="res://Dialogue control - Test Room 1.gd" type="Script" id=4]
......@@ -29,23 +29,23 @@ extents = Vector2( 16.0423, 12.4535 )
flags = 4
load_path = "res://.import/trail 3.png-9960f4c5b964f5aca36ca6c97e309a5d.stex"
[sub_resource type="RectangleShape2D" id=8]
extents = Vector2( 13.5319, 24.0995 )
[sub_resource type="RectangleShape2D" id=7]
extents = Vector2( 16.729, 28.1565 )
[sub_resource type="StreamTexture" id=9]
[sub_resource type="StreamTexture" id=8]
flags = 4
load_path = "res://.import/trail 3.png-9960f4c5b964f5aca36ca6c97e309a5d.stex"
[sub_resource type="RectangleShape2D" id=10]
[sub_resource type="RectangleShape2D" id=9]
[sub_resource type="StreamTexture" id=11]
[sub_resource type="StreamTexture" id=10]
flags = 4
load_path = "res://.import/trail 3.png-9960f4c5b964f5aca36ca6c97e309a5d.stex"
[sub_resource type="RectangleShape2D" id=12]
[sub_resource type="RectangleShape2D" id=11]
extents = Vector2( 13.7803, 7.3572 )
[sub_resource type="StreamTexture" id=13]
[sub_resource type="StreamTexture" id=12]
flags = 4
load_path = "res://.import/trail 4.png-981c4881d0d8d742f95645909a2023bf.stex"
......@@ -62,15 +62,12 @@ __meta__ = {
}
[node name="BG" type="Sprite" parent="."]
position = Vector2( 353.5, 274.901 )
scale = Vector2( 1.0821, 1.0737 )
position = Vector2( 190.702, 295.083 )
scale = Vector2( 0.997353, 0.98961 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}
[node name="Laundry basket" type="StaticBody2D" parent="."]
position = Vector2( 493.779, 255.697 )
position = Vector2( 409.594, 302.84 )
input_pickable = true
script = ExtResource( 9 )
__meta__ = {
......@@ -90,7 +87,7 @@ scale = Vector2( 0.101337, 0.101337 )
texture = ExtResource( 2 )
[node name="Pile of clothes" type="StaticBody2D" parent="."]
position = Vector2( 47.9459, 229.642 )
position = Vector2( 6.41483, 285.765 )
input_pickable = true
script = ExtResource( 7 )
__meta__ = {
......@@ -110,7 +107,7 @@ scale = Vector2( 0.033227, 0.0334515 )
texture = ExtResource( 8 )
[node name="Pants" type="StaticBody2D" parent="."]
position = Vector2( 351.615, 373.354 )
position = Vector2( 59.7749, 468.763 )
scale = Vector2( 0.8, 0.8 )
input_pickable = true
script = ExtResource( 3 )
......@@ -132,7 +129,7 @@ scale = Vector2( 0.0395079, 0.0395079 )
texture = ExtResource( 6 )
[node name="Shirt" type="StaticBody2D" parent="."]
position = Vector2( 249.475, 360.967 )
position = Vector2( 216.924, 419.335 )
input_pickable = true
script = ExtResource( 3 )
__meta__ = {
......@@ -152,7 +149,7 @@ scale = Vector2( 0.0197574, 0.0197574 )
texture = ExtResource( 5 )
[node name="Laptop" type="StaticBody2D" parent="."]
position = Vector2( -218.863, 261.728 )
position = Vector2( -248.047, 382.954 )
rotation = -0.445059
scale = Vector2( 0.9, 0.9 )
input_pickable = true
......@@ -175,28 +172,28 @@ scale = Vector2( 0.0197574, 0.0197574 )
texture = SubResource( 6 )
[node name="Bathroom door" type="StaticBody2D" parent="."]
position = Vector2( 337.878, 203.36 )
position = Vector2( 588.187, 226.932 )
scale = Vector2( 0.9, 0.9 )
input_pickable = true
script = ExtResource( 10 )
__meta__ = {
"_edit_group_": true
}
interactable = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Bathroom door"]
position = Vector2( -16.4264, -2.27527 )
scale = Vector2( 5, 5 )
shape = SubResource( 8 )
shape = SubResource( 7 )
__meta__ = {
"_edit_group_": true
}
[node name="Sprite" type="Sprite" parent="Bathroom door/CollisionShape2D"]
visible = false
position = Vector2( -0.277301, -0.137165 )
scale = Vector2( 0.0197574, 0.0197574 )
texture = SubResource( 9 )
texture = SubResource( 8 )
[node name="Sando" type="StaticBody2D" parent="."]
position = Vector2( -217.74, 306.626 )
position = Vector2( -239.067, 400.913 )
rotation = -3.0456
scale = Vector2( 0.9, 0.9 )
input_pickable = true
......@@ -210,15 +207,15 @@ flavorText = "If I hide my work under my laundry, it'll disappear. Haha no."
[node name="CollisionShape2D" type="CollisionShape2D" parent="Sando"]
position = Vector2( -3.5491, 1.06189 )
scale = Vector2( 5, 5 )
shape = SubResource( 10 )
shape = SubResource( 9 )
[node name="Sprite" type="Sprite" parent="Sando/CollisionShape2D"]
position = Vector2( -0.277301, -0.137165 )
scale = Vector2( 0.0197574, 0.0197574 )
texture = SubResource( 11 )
texture = SubResource( 10 )
[node name="Towel" type="StaticBody2D" parent="."]
position = Vector2( 58.8578, 390.735 )
position = Vector2( -94.9194, 460.328 )
rotation = 2.74191
input_pickable = true
script = ExtResource( 3 )
......@@ -231,9 +228,9 @@ flavorText = "Augh my back."
[node name="CollisionShape2D" type="CollisionShape2D" parent="Towel"]
position = Vector2( -3.5491, 1.06189 )
scale = Vector2( 5, 5 )
shape = SubResource( 12 )
shape = SubResource( 11 )
[node name="Sprite" type="Sprite" parent="Towel/CollisionShape2D"]
position = Vector2( -0.218535, -1.57275 )
scale = Vector2( 0.03, 0.03 )
texture = SubResource( 13 )
texture = SubResource( 12 )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment