2021-02-07 15:15:13 +01:00
|
|
|
[gd_scene load_steps=56 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://addons/Godoxel/Editor.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://addons/Godoxel/dialogs/LoadFileDialog.gd" type="Script" id=2]
|
|
|
|
[ext_resource path="res://addons/Godoxel/Canvas.gd" type="Script" id=3]
|
|
|
|
[ext_resource path="res://addons/Godoxel/VisualGrid.tscn" type="PackedScene" id=4]
|
|
|
|
[ext_resource path="res://addons/Godoxel/CanvasOutline.gd" type="Script" id=5]
|
|
|
|
[ext_resource path="res://addons/Godoxel/Navbar.gd" type="Script" id=6]
|
|
|
|
[ext_resource path="res://addons/Godoxel/MenuButtonExtended.gd" type="Script" id=7]
|
|
|
|
[ext_resource path="res://addons/Godoxel/Colors.gd" type="Script" id=8]
|
|
|
|
[ext_resource path="res://addons/Godoxel/SaveFileDialog.gd" type="Script" id=9]
|
|
|
|
[ext_resource path="res://addons/Godoxel/Settings.tscn" type="PackedScene" id=10]
|
|
|
|
[ext_resource path="res://addons/Godoxel/DebugTextDisplay.gd" type="Script" id=11]
|
|
|
|
[ext_resource path="res://addons/Godoxel/LayerButton.tscn" type="PackedScene" id=12]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/grid.png" type="Texture" id=13]
|
|
|
|
[ext_resource path="res://addons/Godoxel/dialogs/ConfirmationDialog.gd" type="Script" id=14]
|
|
|
|
[ext_resource path="res://addons/Godoxel/dialogs/ChangeGridSizeDialog.gd" type="Script" id=15]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushVLine.png" type="Texture" id=16]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushRect.png" type="Texture" id=17]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushCircle.png" type="Texture" id=18]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushHLine.png" type="Texture" id=19]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushRect_Hovered.png" type="Texture" id=20]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushCircle_Hovered.png" type="Texture" id=21]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushVLine_Hovered.png" type="Texture" id=22]
|
|
|
|
[ext_resource path="res://addons/Godoxel/assets/BrushHLine_Hovered.png" type="Texture" id=23]
|
|
|
|
|
|
|
|
[sub_resource type="Shader" id=1]
|
|
|
|
code = "shader_type canvas_item;
|
|
|
|
|
|
|
|
uniform float pixel_size : hint_range(0.01, 1.0);
|
|
|
|
|
|
|
|
|
|
|
|
void fragment() {
|
|
|
|
vec4 color = texture(TEXTURE, UV);
|
|
|
|
|
|
|
|
float light = 0.8;
|
|
|
|
float dark = 0.4;
|
|
|
|
|
|
|
|
float val = dark;
|
|
|
|
|
|
|
|
if ( int(UV.y * 8.0 * pixel_size) % 2 == 1 ) {
|
|
|
|
if ( int(UV.x * 8.0 * pixel_size) % 2 == 1 ) {
|
|
|
|
val = dark;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
val = light;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
if ( int(UV.x * 8.0 * pixel_size) % 2 == 1 ) {
|
|
|
|
val = light;
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
val = dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
color.rgb = vec3(val, val, val);
|
|
|
|
|
|
|
|
COLOR = color;
|
|
|
|
}"
|
|
|
|
|
|
|
|
[sub_resource type="ShaderMaterial" id=2]
|
|
|
|
shader = SubResource( 1 )
|
2022-01-25 19:07:52 +01:00
|
|
|
shader_param/pixel_size = 0.125
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="Image" id=61]
|
2021-02-07 15:15:13 +01:00
|
|
|
data = {
|
|
|
|
"data": PoolByteArray( 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255,
|
|
|
|
"format": "RGBA8",
|
|
|
|
"height": 64,
|
|
|
|
"mipmaps": false,
|
|
|
|
"width": 64
|
|
|
|
}
|
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="ImageTexture" id=34]
|
2021-02-07 15:15:13 +01:00
|
|
|
flags = 0
|
|
|
|
flags = 0
|
2022-01-25 19:07:52 +01:00
|
|
|
image = SubResource( 61 )
|
2021-02-07 15:15:13 +01:00
|
|
|
size = Vector2( 64, 64 )
|
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="Image" id=62]
|
2021-02-07 15:15:13 +01:00
|
|
|
data = {
|
|
|
|
"data": PoolByteArray( 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255,
|
|
|
|
"format": "RGBA8",
|
|
|
|
"height": 64,
|
|
|
|
"mipmaps": false,
|
|
|
|
"width": 64
|
|
|
|
}
|
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="ImageTexture" id=36]
|
2021-02-07 15:15:13 +01:00
|
|
|
flags = 0
|
|
|
|
flags = 0
|
2022-01-25 19:07:52 +01:00
|
|
|
image = SubResource( 62 )
|
2021-02-07 15:15:13 +01:00
|
|
|
size = Vector2( 64, 64 )
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id=7]
|
|
|
|
bg_color = Color( 0.2, 0.2, 0.2, 1 )
|
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=37]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.823221, 0.129763, 0.310863, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=38]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.952838, 0.70571, 0.340879, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=39]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.453402, 0.197762, 0.479456, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=40]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.622144, 0.547665, 0.997691, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=41]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.726246, 0.679217, 0.792541, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=42]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.0209843, 0.123316, 0.252241, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=43]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.0456553, 0.431473, 0.23002, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=44]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.865125, 0.512558, 0.164459, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=45]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.763278, 0.823577, 0.6307, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=46]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.563124, 0.166705, 0.303135, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=47]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.753916, 0.469182, 0.950178, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=48]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.010749, 0.0470198, 0.454917, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=49]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.0532259, 0.892283, 0.542912, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=50]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.954729, 0.45542, 0.789571, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=51]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.0912403, 0.559832, 0.651645, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=52]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.406843, 0.74901, 0.778039, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=53]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.348801, 0.202725, 0.871417, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=54]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.185267, 0.450829, 0.270926, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=55]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.993148, 0.890884, 0.0867925, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=56]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.670649, 0.490144, 0.0589584, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=57]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.565214, 0.00579606, 0.979338, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=58]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.837049, 0.708654, 0.96003, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=59]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.0409002, 0.830619, 0.857574, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
2022-01-25 19:07:52 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id=60]
|
2022-01-25 19:10:46 +01:00
|
|
|
bg_color = Color( 0.064307, 0.891323, 0.832851, 1 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id=32]
|
|
|
|
bg_color = Color( 0.156863, 0.156863, 0.156863, 1 )
|
|
|
|
border_width_top = 2
|
|
|
|
border_color = Color( 0.0901961, 0.0901961, 0.0901961, 1 )
|
|
|
|
|
|
|
|
[node name="Editor" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
rect_clip_content = true
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2022-01-25 19:10:46 +01:00
|
|
|
[node name="NoBCViewportsnotworking26181" type="VBoxContainer" parent="Panel"]
|
2021-02-07 15:15:13 +01:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_lock_": true,
|
|
|
|
"_editor_description_": "https://github.com/godotengine/godot/issues/26181"
|
|
|
|
}
|
|
|
|
|
2022-01-25 19:10:46 +01:00
|
|
|
[node name="Navbar" type="HBoxContainer" parent="Panel/NoBCViewportsnotworking26181"]
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
script = ExtResource( 6 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Buttons" type="HBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Navbar"]
|
|
|
|
margin_right = 430.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
custom_constants/separation = 20
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="File" type="MenuButton" parent="Panel/NoBCViewportsnotworking26181/Navbar/Buttons"]
|
|
|
|
margin_right = 35.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "File"
|
|
|
|
flat = false
|
|
|
|
items = [ "New", null, 0, false, false, 0, 0, null, "", false, "Save", null, 0, false, false, 1, 0, null, "", false, "Load", null, 0, false, false, 2, 0, null, "", false ]
|
|
|
|
switch_on_hover = true
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
|
|
[node name="Edit" type="MenuButton" parent="Panel/NoBCViewportsnotworking26181/Navbar/Buttons"]
|
|
|
|
margin_left = 55.0
|
|
|
|
margin_right = 91.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
disabled = true
|
|
|
|
text = "Edit"
|
|
|
|
flat = false
|
|
|
|
items = [ "Undo", null, 0, false, false, 0, 0, null, "", false, "Redo", null, 0, false, false, 1, 0, null, "", false, "Cut", null, 0, false, false, 2, 0, null, "", false, "Copy", null, 0, false, false, 3, 0, null, "", false, "Paste", null, 0, false, false, 4, 0, null, "", false ]
|
|
|
|
switch_on_hover = true
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
|
|
[node name="Canvas" type="MenuButton" parent="Panel/NoBCViewportsnotworking26181/Navbar/Buttons"]
|
|
|
|
margin_left = 111.0
|
|
|
|
margin_right = 167.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Canvas"
|
|
|
|
flat = false
|
|
|
|
items = [ "Change Size", null, 0, false, false, 0, 0, null, "", false, "Crop To Content", null, 0, false, true, 1, 0, null, "", false ]
|
|
|
|
switch_on_hover = true
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
|
|
[node name="Layer" type="MenuButton" parent="Panel/NoBCViewportsnotworking26181/Navbar/Buttons"]
|
|
|
|
margin_left = 187.0
|
|
|
|
margin_right = 233.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Layer"
|
|
|
|
flat = false
|
|
|
|
items = [ "Add Layer", null, 0, false, false, 0, 0, null, "", false, "Delete Layer", null, 0, false, false, 1, 0, null, "", false, "Duplicate Layer", null, 0, false, false, 2, 0, null, "", false, "Clear Layer", null, 0, false, false, 3, 0, null, "", false, "", null, 0, false, false, 4, 0, null, "", true, "Toggle Alpha Locked", null, 1, false, false, 5, 0, null, "", false ]
|
|
|
|
switch_on_hover = true
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
|
|
[node name="Grid" type="MenuButton" parent="Panel/NoBCViewportsnotworking26181/Navbar/Buttons"]
|
|
|
|
margin_left = 253.0
|
|
|
|
margin_right = 292.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Grid"
|
|
|
|
flat = false
|
|
|
|
items = [ "Toggle Grid", null, 0, false, false, 0, 0, null, "", false, "Change Grid Size", null, 0, false, false, 1, 0, null, "", false ]
|
|
|
|
switch_on_hover = true
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
|
|
[node name="Magic" type="MenuButton" parent="Panel/NoBCViewportsnotworking26181/Navbar/Buttons"]
|
|
|
|
margin_left = 312.0
|
|
|
|
margin_right = 361.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Magic"
|
|
|
|
flat = false
|
|
|
|
items = [ "ChangeSingleColor", null, 0, false, false, 0, 0, null, "", false, "ChangeColorRange", null, 0, false, false, 1, 0, null, "", false, "HSV Noise", null, 0, false, false, 2, 0, null, "", false, "HSV Color Modulation", null, 0, false, false, 3, 0, null, "", false ]
|
|
|
|
switch_on_hover = true
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
|
|
|
|
[node name="Editor" type="MenuButton" parent="Panel/NoBCViewportsnotworking26181/Navbar/Buttons"]
|
|
|
|
margin_left = 381.0
|
|
|
|
margin_right = 430.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Editor"
|
|
|
|
flat = false
|
|
|
|
items = [ "Settings", null, 0, false, false, 0, 0, null, "", false ]
|
|
|
|
switch_on_hover = true
|
|
|
|
script = ExtResource( 7 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Control" type="Control" parent="Panel/NoBCViewportsnotworking26181/Navbar"]
|
|
|
|
margin_left = 434.0
|
|
|
|
margin_right = 907.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="Panel/NoBCViewportsnotworking26181/Navbar"]
|
|
|
|
modulate = Color( 1, 1, 1, 0.184314 )
|
|
|
|
margin_left = 911.0
|
|
|
|
margin_top = 3.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 17.0
|
|
|
|
text = "Undo (Z) Redo (Y)"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2021-02-07 15:15:13 +01:00
|
|
|
[node name="Control" type="Control" parent="Panel/NoBCViewportsnotworking26181"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 556.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2021-02-07 15:15:13 +01:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="PaintCanvasContainer" type="Control" parent="Panel/NoBCViewportsnotworking26181/Control"]
|
|
|
|
anchor_left = 0.137695
|
|
|
|
anchor_right = 0.862305
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
focus_mode = 1
|
|
|
|
mouse_filter = 1
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
size_flags_stretch_ratio = 6.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Canvas" type="Control" parent="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer"]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -238.288
|
|
|
|
margin_top = -118.205
|
2022-01-25 19:07:52 +01:00
|
|
|
margin_right = 17.712
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_bottom = 137.795
|
|
|
|
mouse_filter = 1
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
script = ExtResource( 3 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_group_": true,
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
pixel_size = 4
|
|
|
|
canvas_width = 64
|
|
|
|
canvas_height = 64
|
|
|
|
grid_size = 1
|
|
|
|
big_grid_size = 8
|
|
|
|
|
|
|
|
[node name="CanvasBackground" type="TextureRect" parent="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer/Canvas"]
|
|
|
|
show_behind_parent = true
|
|
|
|
material = SubResource( 2 )
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
texture = ExtResource( 13 )
|
|
|
|
expand = true
|
|
|
|
stretch_mode = 2
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_lock_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="CanvasLayers" type="Control" parent="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer/Canvas"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
mouse_filter = 2
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_lock_": true,
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="PreviewLayer" type="TextureRect" parent="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer/Canvas"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
mouse_filter = 2
|
2022-01-25 19:07:52 +01:00
|
|
|
texture = SubResource( 34 )
|
2021-02-07 15:15:13 +01:00
|
|
|
expand = true
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ToolPreviewLayer" type="TextureRect" parent="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer/Canvas"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
mouse_filter = 2
|
2022-01-25 19:07:52 +01:00
|
|
|
texture = SubResource( 36 )
|
2021-02-07 15:15:13 +01:00
|
|
|
expand = true
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Grid" parent="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer/Canvas" instance=ExtResource( 4 )]
|
|
|
|
mouse_filter = 2
|
|
|
|
color = Color( 1, 1, 1, 0.415686 )
|
|
|
|
size = 4
|
|
|
|
|
|
|
|
[node name="CanvasOutline" type="Control" parent="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer/Canvas"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
mouse_filter = 2
|
|
|
|
script = ExtResource( 5 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_lock_": true,
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
color = Color( 0, 1, 0, 1 )
|
|
|
|
|
|
|
|
[node name="RightPanel" type="Panel" parent="Panel/NoBCViewportsnotworking26181/Control"]
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = -140.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
custom_styles/panel = SubResource( 7 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 4.0
|
|
|
|
margin_top = 4.0
|
|
|
|
margin_right = -4.0
|
|
|
|
margin_bottom = -4.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ToolMenu" type="VBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer"]
|
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 524.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Tools" type="VBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu"]
|
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 260.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="PaintTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 22.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Pencil (Q)"
|
|
|
|
|
|
|
|
[node name="BrushTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
|
|
|
visible = false
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 132.0
|
|
|
|
margin_bottom = 44.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Brush"
|
|
|
|
|
|
|
|
[node name="MultiTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
|
|
|
visible = false
|
|
|
|
margin_top = 24.0
|
|
|
|
margin_right = 132.0
|
|
|
|
margin_bottom = 44.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Polygon"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="BucketTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 26.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 48.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Bucket Fill (F)"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="RainbowTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 52.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 75.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Rainbow (R)"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="LineTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 79.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 101.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Line (L)"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="RectTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 105.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 127.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Rectangle"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="DarkenTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 131.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 154.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Darken (D)"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="BrightenTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 158.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 180.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Brighten (B)"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ColorPickerTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 184.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 207.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Color Picker (P)"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="CutTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 211.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 233.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Cut Section (C)"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ColorPicker" type="ColorPickerButton" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 237.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 260.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Control" type="ScrollContainer" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 264.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 524.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Control"]
|
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 260.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="LayerButtons" type="VBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Control/VBoxContainer"]
|
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 231.0
|
2021-02-07 15:15:13 +01:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Layer1" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Control/VBoxContainer/LayerButtons" instance=ExtResource( 12 )]
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_right = 132.0
|
|
|
|
margin_bottom = 32.0
|
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Control/VBoxContainer"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 235.0
|
2021-02-07 15:15:13 +01:00
|
|
|
margin_right = 132.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 260.0
|
2021-02-07 15:15:13 +01:00
|
|
|
rect_min_size = Vector2( 0, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
text = "+"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="LeftPanel" type="Panel" parent="Panel/NoBCViewportsnotworking26181/Control"]
|
|
|
|
anchor_right = 0.0166016
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_right = 140.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
custom_styles/panel = SubResource( 7 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true,
|
|
|
|
"_editor_description_": ""
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer"]
|
|
|
|
margin_right = 157.0
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_bottom = 532.0
|
2021-02-07 15:15:13 +01:00
|
|
|
custom_constants/separation = 12
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer"]
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 144.0
|
|
|
|
rect_min_size = Vector2( 0, 144 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Colors" type="GridContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer"]
|
|
|
|
margin_right = 145.0
|
|
|
|
margin_bottom = 170.0
|
|
|
|
rect_min_size = Vector2( 0, 144 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
columns = 4
|
|
|
|
script = ExtResource( 8 )
|
|
|
|
|
|
|
|
[node name="Button1" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_right = 33.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 37 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button2" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 37.0
|
|
|
|
margin_right = 70.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 38 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button3" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 74.0
|
|
|
|
margin_right = 107.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 39 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button4" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 111.0
|
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 40 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button5" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_top = 29.0
|
|
|
|
margin_right = 33.0
|
|
|
|
margin_bottom = 54.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 41 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button6" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 37.0
|
|
|
|
margin_top = 29.0
|
|
|
|
margin_right = 70.0
|
|
|
|
margin_bottom = 54.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 42 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button7" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 74.0
|
|
|
|
margin_top = 29.0
|
|
|
|
margin_right = 107.0
|
|
|
|
margin_bottom = 54.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 43 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button8" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 111.0
|
|
|
|
margin_top = 29.0
|
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 54.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 44 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button9" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_top = 58.0
|
|
|
|
margin_right = 33.0
|
|
|
|
margin_bottom = 83.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 45 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button10" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 37.0
|
|
|
|
margin_top = 58.0
|
|
|
|
margin_right = 70.0
|
|
|
|
margin_bottom = 83.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 46 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button11" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 74.0
|
|
|
|
margin_top = 58.0
|
|
|
|
margin_right = 107.0
|
|
|
|
margin_bottom = 83.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 47 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button12" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 111.0
|
|
|
|
margin_top = 58.0
|
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 83.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 48 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button13" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_top = 87.0
|
|
|
|
margin_right = 33.0
|
|
|
|
margin_bottom = 112.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 49 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button14" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 37.0
|
|
|
|
margin_top = 87.0
|
|
|
|
margin_right = 70.0
|
|
|
|
margin_bottom = 112.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 50 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button15" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 74.0
|
|
|
|
margin_top = 87.0
|
|
|
|
margin_right = 107.0
|
|
|
|
margin_bottom = 112.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 51 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button16" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 111.0
|
|
|
|
margin_top = 87.0
|
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 112.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 52 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button17" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_top = 116.0
|
|
|
|
margin_right = 33.0
|
|
|
|
margin_bottom = 141.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 53 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button18" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 37.0
|
|
|
|
margin_top = 116.0
|
|
|
|
margin_right = 70.0
|
|
|
|
margin_bottom = 141.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 54 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button19" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 74.0
|
|
|
|
margin_top = 116.0
|
|
|
|
margin_right = 107.0
|
|
|
|
margin_bottom = 141.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 55 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button20" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 111.0
|
|
|
|
margin_top = 116.0
|
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 141.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 56 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button21" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_top = 145.0
|
|
|
|
margin_right = 33.0
|
|
|
|
margin_bottom = 170.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 57 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button22" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 37.0
|
|
|
|
margin_top = 145.0
|
|
|
|
margin_right = 70.0
|
|
|
|
margin_bottom = 170.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 58 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button23" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 74.0
|
|
|
|
margin_top = 145.0
|
|
|
|
margin_right = 107.0
|
|
|
|
margin_bottom = 170.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 59 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="Button24" type="Button" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/ScrollContainer/Colors"]
|
|
|
|
margin_left = 111.0
|
|
|
|
margin_top = 145.0
|
|
|
|
margin_right = 144.0
|
|
|
|
margin_bottom = 170.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
2022-01-25 19:07:52 +01:00
|
|
|
custom_styles/normal = SubResource( 60 )
|
2021-02-07 15:15:13 +01:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer"]
|
|
|
|
margin_top = 156.0
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 196.0
|
|
|
|
|
|
|
|
[node name="LockAlpha" type="CheckButton" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/VBoxContainer"]
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
text = "Lock Alpha"
|
|
|
|
align = 2
|
|
|
|
|
|
|
|
[node name="BrushSelection" type="GridContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer"]
|
|
|
|
margin_top = 208.0
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 233.0
|
|
|
|
columns = 4
|
|
|
|
|
|
|
|
[node name="BrushRect" type="TextureButton" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection"]
|
|
|
|
margin_right = 25.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
texture_normal = ExtResource( 17 )
|
|
|
|
texture_hover = ExtResource( 20 )
|
|
|
|
|
|
|
|
[node name="BrushCircle" type="TextureButton" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection"]
|
|
|
|
margin_left = 29.0
|
|
|
|
margin_right = 54.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
texture_normal = ExtResource( 18 )
|
|
|
|
texture_hover = ExtResource( 21 )
|
|
|
|
|
|
|
|
[node name="BrushVLine" type="TextureButton" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection"]
|
|
|
|
margin_left = 58.0
|
|
|
|
margin_right = 83.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
texture_normal = ExtResource( 16 )
|
|
|
|
texture_hover = ExtResource( 22 )
|
|
|
|
|
|
|
|
[node name="BrushHLine" type="TextureButton" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection"]
|
|
|
|
margin_left = 87.0
|
|
|
|
margin_right = 112.0
|
|
|
|
margin_bottom = 25.0
|
|
|
|
rect_min_size = Vector2( 25, 25 )
|
|
|
|
texture_normal = ExtResource( 19 )
|
|
|
|
texture_hover = ExtResource( 23 )
|
|
|
|
|
|
|
|
[node name="VSplitContainer" type="VBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer"]
|
|
|
|
margin_top = 245.0
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 279.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="BrushLabel" type="Label" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/VSplitContainer"]
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
text = "Brush Size"
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/VSplitContainer"]
|
|
|
|
margin_top = 18.0
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 34.0
|
|
|
|
|
|
|
|
[node name="BrushSizeLabel" type="Label" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/VSplitContainer/HBoxContainer"]
|
|
|
|
margin_top = 1.0
|
|
|
|
margin_right = 30.0
|
|
|
|
margin_bottom = 15.0
|
|
|
|
rect_min_size = Vector2( 30, 0 )
|
|
|
|
text = "1"
|
|
|
|
|
|
|
|
[node name="BrushSize" type="HSlider" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/VSplitContainer/HBoxContainer"]
|
|
|
|
margin_left = 34.0
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 16.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 2
|
|
|
|
min_value = 1.0
|
|
|
|
value = 1.0
|
|
|
|
|
|
|
|
[node name="XSymmetry" type="CheckButton" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer"]
|
|
|
|
margin_top = 291.0
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 331.0
|
|
|
|
text = "X Symmetry"
|
|
|
|
|
|
|
|
[node name="YSymmetry" type="CheckButton" parent="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer"]
|
|
|
|
margin_top = 343.0
|
|
|
|
margin_right = 157.0
|
|
|
|
margin_bottom = 383.0
|
|
|
|
text = "Y Symmetry"
|
|
|
|
|
|
|
|
[node name="BottomPanel" type="Panel" parent="Panel/NoBCViewportsnotworking26181"]
|
2022-01-25 19:10:46 +01:00
|
|
|
margin_top = 560.0
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 600.0
|
2021-02-07 15:15:13 +01:00
|
|
|
rect_min_size = Vector2( 0, 40 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
custom_styles/panel = SubResource( 32 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_group_": true,
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="DebugTextDisplay" type="RichTextLabel" parent="Panel/NoBCViewportsnotworking26181/BottomPanel"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-01-25 19:10:46 +01:00
|
|
|
text = "FPS 30 Mouse Position (309.589233, 242.905609) Canvas Mouse Position (35.877197, 71.110565) Canvas Position (273.712036, 171.795044)
|
2022-01-25 19:07:52 +01:00
|
|
|
Cell Position (0, 0) Cell Color 0,0,0,0 "
|
2021-02-07 15:15:13 +01:00
|
|
|
scroll_active = false
|
|
|
|
script = ExtResource( 11 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="SaveFileDialog" type="FileDialog" parent="."]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -340.0
|
|
|
|
margin_top = -165.0
|
|
|
|
margin_right = 340.0
|
|
|
|
margin_bottom = 165.0
|
|
|
|
mouse_filter = 1
|
|
|
|
filters = PoolStringArray( "*.png ; PNG Images" )
|
2022-01-25 19:07:52 +01:00
|
|
|
show_hidden_files = true
|
2021-02-07 15:15:13 +01:00
|
|
|
script = ExtResource( 9 )
|
|
|
|
|
|
|
|
[node name="LoadFileDialog" type="FileDialog" parent="."]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -340.0
|
|
|
|
margin_top = -165.0
|
|
|
|
margin_right = 340.0
|
|
|
|
margin_bottom = 165.0
|
|
|
|
mouse_filter = 1
|
|
|
|
window_title = "Open a File"
|
|
|
|
mode = 0
|
|
|
|
filters = PoolStringArray( "*.png ; PNG Images" )
|
2022-01-25 19:07:52 +01:00
|
|
|
show_hidden_files = true
|
2021-02-07 15:15:13 +01:00
|
|
|
script = ExtResource( 2 )
|
|
|
|
|
|
|
|
[node name="Settings" parent="." instance=ExtResource( 10 )]
|
|
|
|
visible = false
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -150.0
|
|
|
|
margin_top = -50.0
|
|
|
|
margin_right = 150.0
|
|
|
|
margin_bottom = 50.0
|
|
|
|
mouse_filter = 1
|
|
|
|
|
|
|
|
[node name="ChangeCanvasSize" type="ConfirmationDialog" parent="."]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -162.0
|
|
|
|
margin_top = -69.0
|
|
|
|
margin_right = 162.0
|
|
|
|
margin_bottom = 69.0
|
|
|
|
script = ExtResource( 14 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ChangeCanvasSize"]
|
|
|
|
anchor_left = 0.104938
|
|
|
|
anchor_top = 0.108696
|
|
|
|
anchor_right = 0.891975
|
|
|
|
anchor_bottom = 0.695652
|
|
|
|
margin_left = -25.9999
|
|
|
|
margin_top = -7.00005
|
|
|
|
margin_right = 27.0001
|
|
|
|
margin_bottom = 6.00002
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ChangeCanvasSize/VBoxContainer"]
|
|
|
|
margin_top = 7.0
|
|
|
|
margin_right = 308.0
|
|
|
|
margin_bottom = 21.0
|
|
|
|
size_flags_vertical = 6
|
|
|
|
text = "Change canvas size?"
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ChangeCanvasSize/VBoxContainer"]
|
|
|
|
margin_top = 32.0
|
|
|
|
margin_right = 308.0
|
|
|
|
margin_bottom = 61.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ChangeCanvasSize/VBoxContainer/HBoxContainer"]
|
|
|
|
margin_top = 7.0
|
|
|
|
margin_right = 152.0
|
|
|
|
margin_bottom = 21.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
text = "Width (X)"
|
|
|
|
|
|
|
|
[node name="Width" type="SpinBox" parent="ChangeCanvasSize/VBoxContainer/HBoxContainer"]
|
|
|
|
margin_left = 156.0
|
|
|
|
margin_right = 308.0
|
|
|
|
margin_bottom = 29.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
min_value = 1.0
|
|
|
|
max_value = 2500.0
|
|
|
|
value = 64.0
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="ChangeCanvasSize/VBoxContainer"]
|
|
|
|
margin_top = 65.0
|
|
|
|
margin_right = 308.0
|
|
|
|
margin_bottom = 94.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ChangeCanvasSize/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_top = 7.0
|
|
|
|
margin_right = 152.0
|
|
|
|
margin_bottom = 21.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
text = "Height (Y)"
|
|
|
|
|
|
|
|
[node name="Height" type="SpinBox" parent="ChangeCanvasSize/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_left = 156.0
|
|
|
|
margin_right = 308.0
|
|
|
|
margin_bottom = 29.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
min_value = 1.0
|
|
|
|
max_value = 2500.0
|
|
|
|
value = 64.0
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ChangeGridSizeDialog" type="AcceptDialog" parent="."]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -127.0
|
|
|
|
margin_top = -74.0
|
|
|
|
margin_right = 128.0
|
|
|
|
margin_bottom = 73.0
|
|
|
|
window_title = "Change Grid Size"
|
|
|
|
resizable = true
|
|
|
|
script = ExtResource( 15 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ChangeGridSizeDialog"]
|
|
|
|
anchor_left = 0.0313726
|
|
|
|
anchor_top = 0.0816327
|
|
|
|
anchor_right = 0.968627
|
|
|
|
anchor_bottom = 0.727891
|
|
|
|
margin_left = -1.23978e-05
|
|
|
|
margin_top = -4.00001
|
|
|
|
margin_right = 0.00012207
|
|
|
|
margin_bottom = 4.00002
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ChangeGridSizeDialog/VBoxContainer"]
|
|
|
|
margin_right = 239.0
|
|
|
|
margin_bottom = 31.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
text = "Change Grid Size"
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="ChangeGridSizeDialog/VBoxContainer"]
|
|
|
|
margin_top = 35.0
|
|
|
|
margin_right = 239.0
|
|
|
|
margin_bottom = 67.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ChangeGridSizeDialog/VBoxContainer/HBoxContainer"]
|
|
|
|
margin_top = 9.0
|
|
|
|
margin_right = 117.0
|
|
|
|
margin_bottom = 23.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
text = "Grid 1"
|
|
|
|
|
|
|
|
[node name="GridValue" type="SpinBox" parent="ChangeGridSizeDialog/VBoxContainer/HBoxContainer"]
|
|
|
|
margin_left = 121.0
|
|
|
|
margin_top = 4.0
|
|
|
|
margin_right = 239.0
|
|
|
|
margin_bottom = 28.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
max_value = 2500.0
|
|
|
|
value = 1.0
|
|
|
|
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="ChangeGridSizeDialog/VBoxContainer"]
|
|
|
|
margin_top = 71.0
|
|
|
|
margin_right = 239.0
|
|
|
|
margin_bottom = 103.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="ChangeGridSizeDialog/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_top = 9.0
|
|
|
|
margin_right = 117.0
|
|
|
|
margin_bottom = 23.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
text = "Grid 2"
|
|
|
|
|
|
|
|
[node name="BigGridValue" type="SpinBox" parent="ChangeGridSizeDialog/VBoxContainer/HBoxContainer2"]
|
|
|
|
margin_left = 121.0
|
|
|
|
margin_top = 4.0
|
|
|
|
margin_right = 239.0
|
|
|
|
margin_bottom = 28.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 6
|
|
|
|
max_value = 2500.0
|
|
|
|
value = 8.0
|
2022-01-25 19:07:52 +01:00
|
|
|
|
2021-02-07 15:15:13 +01:00
|
|
|
[connection signal="mouse_entered" from="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer" to="." method="_on_PaintCanvasContainer_mouse_entered"]
|
|
|
|
[connection signal="mouse_exited" from="Panel/NoBCViewportsnotworking26181/Control/PaintCanvasContainer" to="." method="_on_PaintCanvasContainer_mouse_exited"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/PaintTool" to="." method="_on_PaintTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/BrushTool" to="." method="_on_BrushTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/MultiTool" to="." method="_on_MultiTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/BucketTool" to="." method="_on_BucketTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/RainbowTool" to="." method="_on_RainbowTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/LineTool" to="." method="_on_LineTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/RectTool" to="." method="_on_RectTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/DarkenTool" to="." method="_on_DarkenTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/BrightenTool" to="." method="_on_BrightenTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/ColorPickerTool" to="." method="_on_ColorPickerTool_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/CutTool" to="." method="_on_CutTool_pressed"]
|
|
|
|
[connection signal="color_changed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/ColorPicker" to="." method="_on_ColorPicker_color_changed"]
|
|
|
|
[connection signal="popup_closed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Tools/ColorPicker" to="." method="_on_ColorPicker_popup_closed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/RightPanel/ScrollContainer/ToolMenu/Control/VBoxContainer/Button" to="." method="_on_Button_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/VBoxContainer/LockAlpha" to="." method="_on_LockAlpha_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection/BrushRect" to="." method="_on_BrushRect_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection/BrushCircle" to="." method="_on_BrushCircle_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection/BrushVLine" to="." method="_on_BrushVLine_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/BrushSelection/BrushHLine" to="." method="_on_BrushHLine_pressed"]
|
|
|
|
[connection signal="value_changed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/VSplitContainer/HBoxContainer/BrushSize" to="." method="_on_BrushSize_value_changed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/XSymmetry" to="." method="_on_XSymmetry_pressed"]
|
|
|
|
[connection signal="pressed" from="Panel/NoBCViewportsnotworking26181/Control/LeftPanel/MarginContainer/VBoxContainer/YSymmetry" to="." method="_on_YSymmetry_pressed"]
|
|
|
|
[connection signal="about_to_show" from="SaveFileDialog" to="SaveFileDialog" method="_on_SaveFileDialog_about_to_show"]
|
|
|
|
[connection signal="confirmed" from="SaveFileDialog" to="SaveFileDialog" method="_on_SaveFileDialog_confirmed"]
|
|
|
|
[connection signal="file_selected" from="SaveFileDialog" to="SaveFileDialog" method="_on_SaveFileDialog_file_selected"]
|
|
|
|
[connection signal="visibility_changed" from="SaveFileDialog" to="SaveFileDialog" method="_on_SaveFileDialog_visibility_changed"]
|
|
|
|
[connection signal="about_to_show" from="LoadFileDialog" to="LoadFileDialog" method="_on_LoadFileDialog_about_to_show"]
|
|
|
|
[connection signal="confirmed" from="LoadFileDialog" to="LoadFileDialog" method="_on_LoadFileDialog_confirmed"]
|
|
|
|
[connection signal="file_selected" from="LoadFileDialog" to="LoadFileDialog" method="_on_LoadFileDialog_file_selected"]
|
|
|
|
[connection signal="visibility_changed" from="LoadFileDialog" to="LoadFileDialog" method="_on_LoadFileDialog_visibility_changed"]
|
|
|
|
[connection signal="confirmed" from="ChangeCanvasSize" to="ChangeCanvasSize" method="_on_ConfirmationDialog_confirmed"]
|
|
|
|
[connection signal="visibility_changed" from="ChangeCanvasSize" to="ChangeCanvasSize" method="_on_ChangeCanvasSize_visibility_changed"]
|
|
|
|
[connection signal="confirmed" from="ChangeGridSizeDialog" to="ChangeGridSizeDialog" method="_on_ChangeGridSizeDialog_confirmed"]
|
|
|
|
[connection signal="visibility_changed" from="ChangeGridSizeDialog" to="ChangeGridSizeDialog" method="_on_ChangeGridSizeDialog_visibility_changed"]
|
|
|
|
[connection signal="value_changed" from="ChangeGridSizeDialog/VBoxContainer/HBoxContainer/GridValue" to="ChangeGridSizeDialog" method="_on_GridValue_value_changed"]
|
|
|
|
[connection signal="value_changed" from="ChangeGridSizeDialog/VBoxContainer/HBoxContainer2/BigGridValue" to="ChangeGridSizeDialog" method="_on_BigGridValue_value_changed"]
|