sonic-radiance/sonic-radiance.love/game/utils/gizmo/properties.lua

5 lines
106 B
Lua
Raw Permalink Normal View History

2021-03-20 17:23:14 +01:00
return {
isSolid = false,
needButton = true, -- "useButton" or "onContact"
2021-03-22 19:01:18 +01:00
destroy = "none",
2021-03-20 17:23:14 +01:00
}