Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Art #62

Merged
merged 1 commit into from
May 1, 2023
Merged

Art #62

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Sick_Day_Delivery/Scenes/bacterium.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,3 @@ actions = Array[AudioStream]([ExtResource("6_dj75s"), ExtResource("7_s1ygv"), Ex
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
build_mode = 1
polygon = PackedVector2Array(52, -44, 68, 12, 64, 56, 56, 64, 4, 64, -44, 64, -52, 52, -56, 8, -40, -44, 8, -48)

[node name="DeathTimer" type="Timer" parent="."]
process_callback = 0
wait_time = 0.4
one_shot = true

[connection signal="body_entered" from="." to="." method="_on_body_entered"]
[connection signal="timeout" from="DeathTimer" to="." method="_on_death_timer_timeout"]
6 changes: 3 additions & 3 deletions Sick_Day_Delivery/Scenes/player_cell.tscn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[gd_scene load_steps=8 format=3 uid="uid://cvpq0di0nimsq"]
[gd_scene load_steps=10 format=3 uid="uid://cvpq0di0nimsq"]

[ext_resource type="Script" path="res://Scripts/player_cell.gd" id="1_aui7q"]
[ext_resource type="Texture2D" uid="uid://bgfxom1a4pd4b" path="res://Sprites/Pill_PlaceholderOpen.png" id="2_cb6xu"]
[ext_resource type="Texture2D" uid="uid://d1spj261c4q8f" path="res://Sprites/Pill_Placeholder.png" id="2_juu6w"]
[ext_resource type="Texture2D" uid="uid://dpsrjkbs785cv" path="res://Sprites/Pill_PlaceholderClosing.png" id="3_b0xxo"]
[ext_resource type="Texture2D" uid="uid://dpxwmtk4ldmci" path="res://Sprites/Pill_PlaceholderBlink.png" id="4_h4bqs"]
[ext_resource type="PackedScene" uid="uid://dda8sqvfl2s8l" path="res://Scenes/bacteria_indicator.tscn" id="5_f10cd"]
[ext_resource type="PackedScene" path="res://Scenes/bacteria_indicator.tscn" id="5_f10cd"]

[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_2k2cv"]
radius = 40.0
Expand Down Expand Up @@ -70,6 +70,7 @@ limit_bottom = 5000
position_smoothing_speed = 10.0

[node name="bacteria_indicator" parent="." instance=ExtResource("5_f10cd")]

[node name="GPUParticles2D" type="GPUParticles2D" parent="."]
emitting = false
amount = 20
Expand All @@ -81,7 +82,6 @@ randomness = 0.75
visibility_rect = Rect2(0, 0, 0, 0)

[node name="PlayerAnimation" type="AnimatedSprite2D" parent="."]
scale = Vector2(1, 1)
sprite_frames = SubResource("SpriteFrames_lf3au")
frame = 4
frame_progress = 0.895432
Binary file not shown.
Binary file added Sick_Day_Delivery/Sprites/ColonySprite.aseprite
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions Sick_Day_Delivery/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ cure={
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"echo":false,"script":null)
]
}
cure={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"echo":false,"script":null)
]
}

[rendering]

Expand Down