mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-08 13:15:31 +02:00
Change default font and reduce size
Changes default font from Cousine -> Hack which is the font used in Godot's script editor and output terminal. Also reduced the size from 16 -> 14.
This commit is contained in:
parent
4b73c958c0
commit
a5776989b4
29 changed files with 164 additions and 415 deletions
7
addons/godot_xterm/themes/fonts/regular.tres
Normal file
7
addons/godot_xterm/themes/fonts/regular.tres
Normal file
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/godot_xterm/themes/fonts/hack_v3.003/hack_regular.ttf" type="DynamicFontData" id=4]
|
||||
|
||||
[resource]
|
||||
size = 14
|
||||
font_data = ExtResource( 4 )
|
Loading…
Add table
Add a link
Reference in a new issue