Kenney 2023-10-02 10:46:05 +07:00
commit 2a6515db63
1 changed files with 9 additions and 15 deletions

@ -1,13 +1,12 @@
<p align="center"><img src="icon.png"/></p> <p align="center"><img src="icon.png"/></p>
# Starter Kit City Builder # Starter Kit FPS
This package includes a basic template for a 3D city builder in Godot 4.1.1.stable.official. Includes features like; This package includes a basic template for a first person shooter in Godot 4.1.1.stable.official. Includes features like;
- Building and removing structures - Character controller
- Smooth camera controls - Weapons, switching weapons
- Dynamic MeshLibrary creation - Enemies
- Saving/loading
- Sprites and 3D Models _(CC0 licensed)_ - Sprites and 3D Models _(CC0 licensed)_
### Screenshot ### Screenshot
@ -18,15 +17,10 @@ This package includes a basic template for a 3D city builder in Godot 4.1.1.stab
| Key | Command | | Key | Command |
| --- | --- | | --- | --- |
| <kbd>W</kbd> <kbd>A</kbd> <kbd>S</kbd> <kbd>D</kbd> | Move camera | | <kbd>W</kbd> <kbd>A</kbd> <kbd>S</kbd> <kbd>D</kbd> | Movement |
| <kbd>F</kbd> | Camera to center | | <kbd>Spacebar</kbd> | Jump |
| <kbd>Middle mouse button</kbd> | Hold to rotate camera | | <kbd>Left mouse button</kbd> | Shoot |
| <kbd>Left mouse button</kbd> | Place building | | <kbd>E</kbd> | Switch weapon |
| <kbd>DEL</kbd> | Remove building |
| <kbd>Right mouse button</kbd> | Rotate building |
| <kbd>Q</kbd> <kbd>E</kbd> | Toggle between buildings |
| <kbd>F1</kbd> | Save |
| <kbd>F2</kbd> | Load |
### License ### License