Last active
September 21, 2023 20:54
-
-
Save Gnumaru/abdf38f30d67593e5e56d957c0dd6829 to your computer and use it in GitHub Desktop.
An editor theme for godot that reduces a bit of the wasted space
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gd_resource type="Theme" load_steps=3 format=2] | |
[sub_resource type="Image" id=3] | |
data = { | |
"data": PackedByteArray( 0, 0, 0, 0 ), | |
"format": "RGBA8", | |
"height": 1, | |
"mipmaps": false, | |
"width": 1 | |
} | |
[sub_resource type="ImageTexture" id=2] | |
image = SubResource( 3 ) | |
size = Vector2( 1, 1 ) | |
[resource] | |
HBoxContainer/constants/separation = 0 | |
HSplitContainer/constants/separation = 0 | |
HSplitContainer/icons/grabber = SubResource( 2 ) | |
VBoxContainer/constants/separation = 0 | |
VSplitContainer/constants/separation = 0 | |
VSplitContainer/icons/grabber = SubResource( 2 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment