Lots of polish things and wrapping up all three levels

This commit is contained in:
Nathan Anderson
2022-08-08 15:32:57 -06:00
parent c7d42e09ce
commit 09eada305d
176 changed files with 3068 additions and 403 deletions
+6
View File
@@ -14,6 +14,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://scripts/base_level.gd"
}, {
"base": "KinematicBody2D",
"class": "Car",
"language": "GDScript",
"path": "res://scripts/car.gd"
}, {
"base": "Node2D",
"class": "GUI",
"language": "GDScript",
@@ -36,6 +41,7 @@ _global_script_classes=[ {
} ]
_global_script_class_icons={
"BaseLevel": "",
"Car": "",
"GUI": "",
"Neighbor": "",
"Player": "",