Files
EGJ25/addons/guide/ui/renderers/misc/action_renderer.gd
minimata 9a79715e47
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 3m16s
feat: made sure the aspect ration fit a pixel art game and added useful addons
2025-06-27 15:19:12 +02:00

12 lines
294 B
GDScript

@tool
extends GUIDEIconRenderer
func supports(input:GUIDEInput) -> bool:
return input is GUIDEInputAction
func render(input:GUIDEInput) -> void:
pass
func cache_key(input:GUIDEInput) -> String:
return "0ecd6608-ba3c-4fc2-83f7-ad61736f1106" # we only have one output, so same cache key