small racing game im working on
Diffstat (limited to 'classes/platform.gd')
| -rw-r--r-- | classes/platform.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/platform.gd b/classes/platform.gd index 2e89c35..5b86671 100644 --- a/classes/platform.gd +++ b/classes/platform.gd @@ -101,3 +101,4 @@ func highlight() -> void: mesh.set_surface_override_material(0, MatMap.get_highl # utility functions func reset_map(): mesh.set_surface_override_material(0, MatMap.map[mat]) + |