mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Updated the color palette addon.
This commit is contained in:
parent
31ad20843f
commit
d48894aa90
@ -1,3 +1,4 @@
|
||||
Godotxel 6e3b61c2887e51c767d0c2417e0b293a35f904ac from https://github.com/aaronfranke/GraphicsEditor
|
||||
godot-plugin-refresher e2b12f448b9fc112fd0f4acdc6de8df6180b464e from https://github.com/godot-extended-libraries/godot-plugin-refresher
|
||||
godot-color-palette 5fe5d6b2b7c1ee82868ed2c107ecc93809353a33 from https://github.com/EricEzaM/godot-color-palette
|
||||
|
||||
|
21
game/addons/color-palette/LICENSE
Normal file
21
game/addons/color-palette/LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Eric M
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
@ -1,9 +1,6 @@
|
||||
GIMP Palette
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
#
|
||||
255 255 255 Untitled
|
||||
0 41 255 Untitled
|
||||
255 0 0 Untitled
|
||||
|
@ -28,7 +28,6 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -28,7 +28,6 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -28,7 +28,6 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -28,7 +28,6 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
File diff suppressed because one or more lines are too long
@ -28,7 +28,6 @@ process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
process/invert_color=false
|
||||
process/normal_map_invert_y=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
|
@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://addons/mesh_data_resource_editor/MDIEd.gd" type="Script" id=1]
|
||||
[ext_resource path="res://addons/mesh_data_resource_editor/vertex_position_operation_bg.tres" type="ButtonGroup" id=2]
|
||||
[ext_resource path="res://addons/mesh_data_resource_editor/UVEditor.gd" type="Script" id=3]
|
||||
[ext_resource path="res://addons/color-palette/utilities/FlexGridContainer.gd" type="Script" id=4]
|
||||
|
||||
[node name="MDIEd" type="PanelContainer"]
|
||||
anchor_right = 1.0
|
||||
@ -121,10 +122,39 @@ margin_right = 78.0
|
||||
margin_bottom = 20.0
|
||||
text = "F"
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
|
||||
[node name="FlexGridContainer" type="Container" parent="VBoxContainer"]
|
||||
margin_top = 72.0
|
||||
margin_right = 1010.0
|
||||
margin_bottom = 140.0
|
||||
margin_bottom = 92.0
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="Button" type="Button" parent="VBoxContainer/FlexGridContainer"]
|
||||
margin_right = 56.0
|
||||
margin_bottom = 20.0
|
||||
text = "asdasd"
|
||||
|
||||
[node name="Button2" type="Button" parent="VBoxContainer/FlexGridContainer"]
|
||||
margin_left = 60.0
|
||||
margin_right = 96.0
|
||||
margin_bottom = 20.0
|
||||
text = "qfqf"
|
||||
|
||||
[node name="Button3" type="Button" parent="VBoxContainer/FlexGridContainer"]
|
||||
margin_left = 100.0
|
||||
margin_right = 132.0
|
||||
margin_bottom = 20.0
|
||||
text = "qef"
|
||||
|
||||
[node name="Button4" type="Button" parent="VBoxContainer/FlexGridContainer"]
|
||||
margin_left = 136.0
|
||||
margin_right = 184.0
|
||||
margin_bottom = 20.0
|
||||
text = "asasd"
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer"]
|
||||
margin_top = 96.0
|
||||
margin_right = 1010.0
|
||||
margin_bottom = 164.0
|
||||
|
||||
[node name="Extrude" type="Button" parent="VBoxContainer/VBoxContainer"]
|
||||
margin_right = 1010.0
|
||||
@ -144,7 +174,7 @@ margin_bottom = 68.0
|
||||
text = "UV Unwrap"
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
||||
margin_top = 144.0
|
||||
margin_top = 168.0
|
||||
margin_right = 1010.0
|
||||
margin_bottom = 586.0
|
||||
size_flags_horizontal = 3
|
||||
|
Loading…
Reference in New Issue
Block a user