Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
To Do Break Down
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
breakdown
To Do Break Down
Commits
2ecf02f5
Commit
2ecf02f5
authored
Oct 11, 2021
by
Julia Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited some flavor text
parent
73b2eaca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
9 deletions
+22
-9
Dialogue control - Laundry area.gd
Dialogue control - Laundry area.gd
+2
-0
Event Handler.gd
Event Handler.gd
+0
-1
Kitchen.tscn
Kitchen.tscn
+19
-7
Multi.tscn
Multi.tscn
+1
-1
No files found.
Dialogue control - Laundry area.gd
View file @
2ecf02f5
...
...
@@ -12,6 +12,8 @@ func interaction(selected, clicked): #selected = item in inventory, clicked = it
"To do list":
emit_signal("notebook_laundry")
return ""
"Towel", "Shirt", "Pants", "Sando":
return "I'm not sure how to start this."
_:
"The groceries are still in the way."
"Groceries":
...
...
Event Handler.gd
View file @
2ecf02f5
...
...
@@ -48,7 +48,6 @@ func _get_notebook(): # when To Do list is retrieved for the first time
right.show()
_return_laundry()
quests.add("Eat")
quests.add("Put away groceries")
func _laundry_basket(): # looking at the laundry basket view
bedroom.hide()
...
...
Kitchen.tscn
View file @
2ecf02f5
...
...
@@ -30,27 +30,39 @@ __meta__ = {
"_edit_lock_": true
}
[node name="
Placeholder A
" type="StaticBody2D" parent="."]
position = Vector2(
-309.877, 16.0571
)
[node name="
Cleaning mat
" type="StaticBody2D" parent="."]
position = Vector2(
546.11, 329.916
)
scale = Vector2( 0.829244, 0.829244 )
input_pickable = true
script = ExtResource( 3 )
__meta__ = {
"_edit_group_": true
}
interact
able = true
flavorText = "
NEW THING
"
retriev
able = true
flavorText = "
Heavy-duty, all-purpose cleaning tools. Now in pastel pink.
"
[node name="CollisionShape2D" type="CollisionShape2D" parent="
Placeholder A
"]
position = Vector2(
669.45, 372.084
)
[node name="CollisionShape2D" type="CollisionShape2D" parent="
Cleaning mat
"]
position = Vector2(
-2.0191, -0.715637
)
scale = Vector2( 5, 5 )
shape = SubResource( 1 )
[node name="Sprite" type="Sprite" parent="
Placeholder A
/CollisionShape2D"]
[node name="Sprite" type="Sprite" parent="
Cleaning mat
/CollisionShape2D"]
position = Vector2( -0.158181, -0.0184715 )
scale = Vector2( 0.101337, 0.101337 )
texture = ExtResource( 2 )
[node name="Label" type="Label" parent="Cleaning mat/CollisionShape2D"]
margin_left = -6.78024
margin_top = -8.72287
margin_right = 64.2198
margin_bottom = 22.2771
rect_scale = Vector2( 0.2, 0.2 )
text = "CLEANING
MATERIALS"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Fridge" type="StaticBody2D" parent="."]
position = Vector2( 744.289, 314.826 )
scale = Vector2( 0.829244, 0.829244 )
...
...
Multi.tscn
View file @
2ecf02f5
...
...
@@ -46,7 +46,7 @@ position = Vector2( 492.444, 254.362 )
[node name="Kitchen" parent="." instance=ExtResource( 8 )]
visible = false
script = ExtResource( 4 )
items = [ NodePath("
Placeholder A
"), NodePath("Fridge"), NodePath("Stool") ]
items = [ NodePath("
Cleaning mat
"), NodePath("Fridge"), NodePath("Stool") ]
[node name="Laundry basket" parent="." instance=ExtResource( 13 )]
visible = false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment