small racing game im working on
Diffstat (limited to 'classes/decoration.gd')
| -rw-r--r-- | classes/decoration.gd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/classes/decoration.gd b/classes/decoration.gd new file mode 100644 index 0000000..4cfb942 --- /dev/null +++ b/classes/decoration.gd @@ -0,0 +1,6 @@ +extends Block +class_name Decoration + +## Unthemeable type of block. + +func materials_allowed() -> int: return 0x0 |