Created
May 8, 2024 21:47
-
-
Save Gnumaru/38dfbd9752febcdb643e8e343995553d to your computer and use it in GitHub Desktop.
default godot 4 editor theme, but with box and split container separations reduced to the minimum
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=3 uid="uid://ddcimt5j11lgc"] | |
[sub_resource type="Image" id="Image_8ojfe"] | |
data = { | |
"data": PackedByteArray(0, 0, 0, 0), | |
"format": "RGBA8", | |
"height": 1, | |
"mipmaps": false, | |
"width": 1 | |
} | |
[sub_resource type="ImageTexture" id="ImageTexture_jduyo"] | |
image = SubResource("Image_8ojfe") | |
[resource] | |
HBoxContainer/constants/separation = 0 | |
HSplitContainer/constants/separation = 0 | |
HSplitContainer/icons/grabber = SubResource("ImageTexture_jduyo") | |
VBoxContainer/constants/separation = 0 | |
VSplitContainer/constants/separation = 0 | |
VSplitContainer/icons/grabber = SubResource("ImageTexture_jduyo") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment