(*path_components)
| 23 | DIR = os.path.dirname(os.path.abspath(__file__)) |
| 24 | |
| 25 | def resource_path(*path_components): |
| 26 | return os.path.join(DIR, *path_components) |
| 27 | |
| 28 | # Deletes all existing spaceships and unused materials from the scene |
| 29 | def reset_scene(): |