Commit Graph

60 Commits (main)
 

Author SHA1 Message Date
Kenney 0118a20382
Merge pull request #2 from akien-mga/fix-case-sensitivity-issue
Fix wrong paths on case sensitive systems
2023-09-15 22:45:50 +07:00
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
Kenney 350761e8a2 Merge branch 'main' of https://github.com/KenneyNL/Starter-Kit-3D-Platformer 2023-09-15 21:52:59 +07:00
Kenney 151bf0ade8 Removed .godot folder 2023-09-15 21:52:48 +07:00
Kenney e4e7e800d0
Update README.md 2023-09-15 21:44:37 +07:00
Kenney 79e407df05
Update README.md 2023-09-15 21:37:22 +07:00
Kenney 0b17c0527a Added license, moved screenshot(s) 2023-09-15 21:24:01 +07:00
Kenney 8c2d0d5a73 Update .gitignore 2023-09-15 21:19:15 +07:00
Kenney b1746b39fd Progress 2023-09-15 21:18:19 +07:00
Kenney ba50c0c83a Initial commit 2023-09-15 21:10:32 +07:00