mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 16:44:44 -04:00
Window.tscn was renamed to MainScreen.tscn
- New Credits window and it's respective button - Renamed panel_height to content_height - Window content text now supports BBCode - Made sure the content height doesn't exceed 216 pixels - GPL license notice now included in the about window - SixAM splash screen
This commit is contained in:
parent
e5db016ba1
commit
fbc7ad5c0f
14 changed files with 160 additions and 28 deletions
20
windows/Credits.tscn
Normal file
20
windows/Credits.tscn
Normal file
|
@ -0,0 +1,20 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
|
||||
|
||||
[node name="Credits" type="Node"]
|
||||
|
||||
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
|
||||
|
||||
toolbar_title = "Credits"
|
||||
content_text = "[center]Created by Anthony Wilcox
|
||||
|
||||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
|
||||
SixAM is a organization founded by Anthony Wilcox.
|
||||
[/center]"
|
||||
content_height = 217
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue