1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00
dressupzack/windows/ComingSoon.tscn
Anthony Wilcox fbc7ad5c0f 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
2018-12-30 21:59:05 -05:00

13 lines
340 B
Text

[gd_scene load_steps=2 format=2]
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
[node name="ComingSoon" type="Node"]
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
toolbar_title = "Coming Soon"
content_text = "This feature has not been implemented yet."
content_height = 30