Starter-Kit-3D-Platformer/prefabs
Rémi Verschelde 13fc04e912
Fix wrong paths on case sensitive systems
- Renamed `Main.tscn` to `main.tscn` to match path in `project.godot`.
- Fixed path to texture in its `.import` file; can't rename the `Textures`
  folder to lowercase without changing the .glb's it seems.
- Removed temporary file.

The change to the binary `cloud.res` seems gratuitous and a Godot bug, I've
seen it on another project but couldn't figure out yet how to solve it for
good.
2023-09-15 22:40:34 +07:00
..
character_prefab.tscn Initial commit 2023-09-15 21:10:32 +07:00
cloud.res Fix wrong paths on case sensitive systems 2023-09-15 22:40:34 +07:00
coin_prefab.tscn Progress 2023-09-15 21:18:19 +07:00
platform_grass_large_round_prefab.tscn Initial commit 2023-09-15 21:10:32 +07:00
platform_medium_prefab.tscn Initial commit 2023-09-15 21:10:32 +07:00
platform_prefab.tscn Initial commit 2023-09-15 21:10:32 +07:00