Workers, lighting, and loading

This commit is contained in:
2020-05-16 17:05:44 -04:00
parent 7528cba7d7
commit a26da07f43
61 changed files with 905 additions and 24 deletions

View File

@ -4,8 +4,8 @@
[ext_resource path="res://Scripts/Component/StorySpeaker.gd" type="Script" id=2]
[ext_resource path="res://Assets/Art/Characters/scientist.png" type="Texture" id=3]
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 5, 8 )
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 14.1446, 9.58948 )
[node name="Scientist" type="Area2D"]
position = Vector2( 167.084, 231.933 )
@ -15,7 +15,7 @@ script = ExtResource( 1 )
texture = ExtResource( 3 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 3 )
shape = SubResource( 1 )
[node name="Speaker" type="Node" parent="."]
script = ExtResource( 2 )