Commit Graph

21 Commits (e2f140820bd50ec3f087012e9f10ec494bd92a27)
 

Author SHA1 Message Date
tomdevelops e2f140820b
updated project file to v4.2 2023-10-31 23:02:30 +07:00
Kenney 67ebc2f8ec Merge branch 'main' of https://github.com/KenneyNL/Starter-Kit-3D-Platformer 2023-10-02 10:41:17 +07:00
Kenney b69258c956 Updated default quality settings
Set anti-aliasing to FXAA, soft shadow quality to 'low'
2023-10-02 10:41:14 +07:00
Kenney bef29e2e27
Merge pull request #9 from polylemtea/main
Fix HUD label did not update after coins collected
2023-09-19 10:05:02 +07:00
polylemtea c64aab4209 Fix HUD label did not update after collected coins 2023-09-19 15:03:37 +07:00
Kenney c8162b7af9 Small adjustments
Fix in player code, new screenshot and readme adjustment
2023-09-19 01:55:53 +07:00
Kenney f9731dff46 Changes, fixes and additions
### Coding & project

- Minor bug fixes and improvements
- Improved code (best practice)
- Changed folder structure, filenames (best practice)
- Signal style changed to Godot 4.x-like

### Gameplay

- Respawning added
- Falling platforms added
- Clouds (floating cubes) added

### Sprites

- Newly designed splash screen
- Newly designed coin HUD icon

### Audio

- Coin sound replaced
- Jumping sound volume adjusted
- Landing sound added
2023-09-17 02:57:12 +07:00
Kenney 7e1deca901
Merge pull request #6 from akien-mga/fix-case-sensitivity-issue
Fix another wrong case in texture path
2023-09-16 15:07:35 +07:00
Rémi Verschelde f51bdfef57
Fix another wrong case in texture path
Missed in the previous PR.
2023-09-16 14:51:10 +07:00
Kenney 366689e20b
Merge pull request #4 from Alex2782/main
Added respawn area
2023-09-16 09:40:03 +07:00
Alexander Hartmann 18c2aceb52 added respawn area / trigger 2023-09-16 02:26:30 +07:00
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