Skip to content

Commit

Permalink
Added: credits
Browse files Browse the repository at this point in the history
  • Loading branch information
stmSi committed Mar 9, 2023
1 parent a906b4a commit 0dcca74
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
24 changes: 24 additions & 0 deletions src/Credit/credit.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[gd_scene load_steps=2 format=3 uid="uid://dv4nca1f6kjlv"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5v3y7"]
bg_color = Color(0.0980392, 0.0980392, 0.0980392, 0.176471)

[node name="Credit" type="PanelContainer"]
theme_override_styles/panel = SubResource("StyleBoxFlat_5v3y7")

[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2

[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Created by : Si Thu Myo
https://github.com/stmSi/Ultimate-Myanmar-Typing-Wizard"

[node name="Label3" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "___________"

[node name="Label2" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Background Image created by: Matt Bango
https://stocksnap.io/photo/green-bokeh-47NFTZ4OCW"
15 changes: 14 additions & 1 deletion src/main.tscn
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[gd_scene load_steps=13 format=3 uid="uid://cnx3k4cy1imd"]
[gd_scene load_steps=14 format=3 uid="uid://cnx3k4cy1imd"]

[ext_resource type="Theme" uid="uid://dppj17ign8l2n" path="res://src/Themes/main.tres" id="1_wgeyo"]
[ext_resource type="Script" path="res://src/main.gd" id="1_xgqc1"]
[ext_resource type="PackedScene" uid="uid://jlkyjmkbpshr" path="res://src/Background/background.tscn" id="3_j3ysy"]
[ext_resource type="PackedScene" uid="uid://ht8awqgvfuqm" path="res://src/Stats/stats.tscn" id="4_he4w6"]
[ext_resource type="PackedScene" uid="uid://bdwpvsp2xyw50" path="res://src/SettingsMenu/SettingsMenu.tscn" id="4_ij5vr"]
[ext_resource type="PackedScene" uid="uid://cc5rb1nafw717" path="res://src/FPSCounter/fps_counter.tscn" id="5_a5ebc"]
[ext_resource type="PackedScene" uid="uid://dv4nca1f6kjlv" path="res://src/Credit/credit.tscn" id="7_vkm67"]

[sub_resource type="Environment" id="Environment_3bxs1"]
background_color = Color(0.423529, 0.423529, 0.423529, 1)
Expand Down Expand Up @@ -160,6 +161,18 @@ anchor_left = 1.0
anchor_right = 1.0
grow_horizontal = 0

[node name="Credit" parent="." instance=ExtResource("7_vkm67")]
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -462.0
offset_top = -108.0
grow_horizontal = 0
grow_vertical = 0

[connection signal="pressed" from="MarginContainer/HBoxContainer/VBoxContainer/PlayGroundBtn" to="MarginContainer/HBoxContainer/VBoxContainer/PlayGroundBtn" method="_on_pressed"]
[connection signal="pressed" from="MarginContainer/HBoxContainer/VBoxContainer/LessonEditorBtn" to="MarginContainer/HBoxContainer/VBoxContainer/LessonEditorBtn" method="_on_pressed"]
[connection signal="pressed" from="MarginContainer/HBoxContainer/VBoxContainer/SettingsBtn" to="MarginContainer/HBoxContainer/VBoxContainer/SettingsBtn" method="_on_pressed"]
Expand Down

0 comments on commit 0dcca74

Please sign in to comment.