mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Remove space in project name: Godot Xterm -> GodotXterm
This commit is contained in:
parent
6a6adb7294
commit
0fcc95c825
2 changed files with 5 additions and 5 deletions
|
@ -10,11 +10,11 @@ extends Control
|
||||||
|
|
||||||
const TPut = preload("res://addons/godot_xterm/util/tput.gd")
|
const TPut = preload("res://addons/godot_xterm/util/tput.gd")
|
||||||
|
|
||||||
# Title generated using command: toilet -f pagga GODOT XTERM
|
# Title generated using command: toilet -f pagga GODOTXTERM
|
||||||
const TITLE = """
|
const TITLE = """
|
||||||
░█▀▀░█▀█░█▀▄░█▀█░▀█▀░░░█░█░▀█▀░█▀▀░█▀▄░█▄█\r
|
░█▀▀░█▀█░█▀▄░█▀█░▀█▀░█░█░▀█▀░█▀▀░█▀▄░█▄█\r
|
||||||
░█░█░█░█░█░█░█░█░░█░░░░▄▀▄░░█░░█▀▀░█▀▄░█░█\r
|
░█░█░█░█░█░█░█░█░░█░░▄▀▄░░█░░█▀▀░█▀▄░█░█\r
|
||||||
░▀▀▀░▀▀▀░▀▀░░▀▀▀░░▀░░░░▀░▀░░▀░░▀▀▀░▀░▀░▀░▀\r
|
░▀▀▀░▀▀▀░▀▀░░▀▀▀░░▀░░▀░▀░░▀░░▀▀▀░▀░▀░▀░▀\r
|
||||||
"""
|
"""
|
||||||
const TITLE_WIDTH = 42
|
const TITLE_WIDTH = 42
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ _global_script_class_icons={
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Godot Xterm"
|
config/name="GodotXterm"
|
||||||
run/main_scene="res://examples/menu/menu.tscn"
|
run/main_scene="res://examples/menu/menu.tscn"
|
||||||
config/icon="res://docs/media/icon.png"
|
config/icon="res://docs/media/icon.png"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue