palette textures! working with palettes will be a breezegit status!

This commit is contained in:
Haze Weathers 2024-03-08 20:20:09 -05:00
parent 7974ac26c4
commit f1ad9d5825
10 changed files with 65 additions and 8 deletions

View file

@ -34,6 +34,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://menus/main_menu.gd"
}, {
"base": "ImageTexture",
"class": "PaletteTexture",
"language": "GDScript",
"path": "res://scripts/palette_texture.gd"
}, {
"base": "State",
"class": "ParallelState",
"language": "GDScript",
@ -70,6 +75,7 @@ _global_script_class_icons={
"CompoundState": "res://addons/godot_state_charts/compound_state.svg",
"LevelEntry": "",
"MainMenu": "",
"PaletteTexture": "",
"ParallelState": "res://addons/godot_state_charts/parallel_state.svg",
"RadioButtons": "",
"State": "res://addons/godot_state_charts/state.svg",