mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
a5776989b4
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.
7 lines
228 B
Text
7 lines
228 B
Text
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/godot_xterm/themes/fonts/hack_v3.003/hack_bold_italic.ttf" type="DynamicFontData" id=2]
|
|
|
|
[resource]
|
|
size = 14
|
|
font_data = ExtResource( 2 )
|