Changed normal textures of light theme UI buttons
Before Width: | Height: | Size: 785 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 765 B After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 786 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 792 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 743 B After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 752 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 656 B After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 614 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 656 B After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 3 KiB |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,13 +1,5 @@
|
|||
extends Node
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
pass # Replace with function body.
|
||||
|
||||
func import_gpl(path : String) -> Palette:
|
||||
var result : Palette = null
|
||||
var file = File.new()
|
||||
|
@ -47,7 +39,3 @@ func import_gpl(path : String) -> Palette:
|
|||
file.close()
|
||||
|
||||
return result
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
#func _process(delta):
|
||||
# pass
|
||||
|
|