Skip to content

Commit

Permalink
Update credits, move finish area
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskarchner committed Aug 18, 2024
1 parent f2a86fb commit 39a2507
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ATTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Made by Ross Karchner in 2024

Includes art by Benjamin Karchner

Additional gameplay ideas from Benjamin Karchner and Patty Karchner


### Godot Game Template
Author: [Marek Belski and contributors](https://github.com/Maaack/Godot-Game-Template/graphs/contributors)
Expand Down
4 changes: 4 additions & 0 deletions scenes/Credits/Credits.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ attribution_file_path = "res://ATTRIBUTION.md"
text = "[center]
Made by Ross Karchner in 2024
Includes art by Benjamin Karchner
Additional gameplay ideas from Benjamin Karchner and Patty Karchner
[font_size=32]Godot Game Template[/font_size]
Author: [url=https://github.com/Maaack/Godot-Game-Template/graphs/contributors]Marek Belski and contributors[/url]
Expand Down
5 changes: 2 additions & 3 deletions scenes/overworld.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fill_from = Vector2(0.488889, 0.507692)

[sub_resource type="SegmentShape2D" id="SegmentShape2D_esa4y"]
a = Vector2(3, 8)
b = Vector2(-24, 221)
b = Vector2(151, 296)

[node name="Overworld" type="Node2D"]
script = ExtResource("1_ouunn")
Expand Down Expand Up @@ -65,7 +65,7 @@ scale = Vector2(1.50348, 1.63511)
texture = ExtResource("3_l84jr")

[node name="FinishGameArea" type="Area2D" parent="."]
position = Vector2(3225, 775)
position = Vector2(3029, 904)
collision_layer = 64
collision_mask = 16
metadata/_edit_group_ = true
Expand Down Expand Up @@ -104,7 +104,6 @@ texture = SubResource("GradientTexture2D_aftb7")
[node name="PointLight2D3" type="PointLight2D" parent="."]
position = Vector2(759, 159)
scale = Vector2(1.036, 1.86572)
enabled = false
color = Color(1, 0.947259, 0.294813, 1)
blend_mode = 2
shadow_enabled = true
Expand Down

0 comments on commit 39a2507

Please sign in to comment.