Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dardanbujupaj/gwj-44
Browse files Browse the repository at this point in the history
  • Loading branch information
dardanbujupaj committed Apr 17, 2022
2 parents 1fa31bd + 2cd4237 commit 0e49b04
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions scenes/finish/Credits.tscn
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[gd_scene load_steps=42 format=2]
[gd_scene load_steps=41 format=2]

[ext_resource path="res://scenes/levels/Door.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/skeleton/Skeleton.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/levels/background.png" type="Texture" id=3]
[ext_resource path="res://scenes/levels/floor_tiles.png" type="Texture" id=4]
[ext_resource path="res://scenes/levels/Torch.tscn" type="PackedScene" id=5]
[ext_resource path="res://scenes/title/TitleScreen.gd" type="Script" id=6]
[ext_resource path="res://default_theme.tres" type="Theme" id=8]

[sub_resource type="OccluderPolygon2D" id=19]
Expand Down Expand Up @@ -236,7 +235,6 @@ points = PoolVector2Array( 0, 0, 128, 0, 128, 128, 0, 128 )
0/z_index = 0

[node name="Credits" type="Node2D"]
script = ExtResource( 6 )

[node name="Background" type="Sprite" parent="."]
texture = ExtResource( 3 )
Expand Down Expand Up @@ -279,42 +277,44 @@ position = Vector2( 1495, 729 )
[node name="MarginContainer" type="MarginContainer" parent="CanvasLayer"]
anchor_right = 1.0
margin_bottom = 200.0
custom_constants/margin_right = 100
custom_constants/margin_top = 100
custom_constants/margin_left = 100
custom_constants/margin_bottom = 100
theme = ExtResource( 8 )
custom_constants/margin_right = 20
custom_constants/margin_top = 20
custom_constants/margin_left = 20
custom_constants/margin_bottom = 20

[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/MarginContainer"]
margin_left = 100.0
margin_top = 100.0
margin_right = 1820.0
margin_bottom = 202.0
margin_left = 20.0
margin_top = 20.0
margin_right = 1900.0
margin_bottom = 476.0
custom_constants/separation = 20

[node name="ThankYou" type="Label" parent="CanvasLayer/MarginContainer/VBoxContainer"]
margin_right = 1720.0
margin_bottom = 14.0
margin_right = 1880.0
margin_bottom = 65.0
text = "THANK YOU FOR PLAYING!"
align = 1

[node name="Playtesters" type="Label" parent="CanvasLayer/MarginContainer/VBoxContainer"]
margin_top = 18.0
margin_right = 1720.0
margin_bottom = 32.0
margin_top = 85.0
margin_right = 1880.0
margin_bottom = 150.0
text = "Thanks to all the playtesters for their valuable feedback!"
align = 1

[node name="Fonts" type="Label" parent="CanvasLayer/MarginContainer/VBoxContainer"]
margin_top = 36.0
margin_right = 1720.0
margin_bottom = 84.0
margin_top = 170.0
margin_right = 1880.0
margin_bottom = 371.0
text = "Fonts:
Beholden - Amorphous (SIL Open Font License)
Roboto - Christian Robertson (Apache License, Version 2.0)"
align = 1

[node name="MadeBy" type="Label" parent="CanvasLayer/MarginContainer/VBoxContainer"]
margin_top = 88.0
margin_right = 1720.0
margin_bottom = 102.0
margin_top = 391.0
margin_right = 1880.0
margin_bottom = 456.0
text = "Made by Dardan Bujupaj for Godot Wild Jam 44."
align = 1

0 comments on commit 0e49b04

Please sign in to comment.