mirror of
https://github.com/tonytins/citylimits
synced 2025-12-17 13:34:43 -05:00
Advisor dialogs
- WIP debug/cheat console - Rewrote README - Updated Zack's avatar with something made by me
This commit is contained in:
parent
addbf91a36
commit
59ea5dd6f0
14 changed files with 206 additions and 88 deletions
30
scenes/DebugConsole.tscn
Normal file
30
scenes/DebugConsole.tscn
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/debug_console.gd" type="Script" id=1]
|
||||
|
||||
[node name="DebugConsole" type="Control"]
|
||||
anchor_right = 1.0
|
||||
margin_bottom = 113.0
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Output" type="TextEdit" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.752212
|
||||
readonly = true
|
||||
wrap_enabled = true
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
|
||||
[node name="Input" type="LineEdit" parent="."]
|
||||
anchor_top = 0.787611
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
caret_blink = true
|
||||
caret_blink_speed = 0.5
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue