forked from team-sg/hero-mark-2
palette textures! working with palettes will be a breezegit status!
This commit is contained in:
parent
7974ac26c4
commit
f1ad9d5825
10 changed files with 65 additions and 8 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue