Skip to content

Commit

Permalink
Modified demo to show zone spawn points (#16)
Browse files Browse the repository at this point in the history
Renamed levels to zones.
Added basic start zone to show UI interaction.
Added three simple zones showing spawn-points.
Removed kenney prototype textures.
Added simple prototype materials.
  • Loading branch information
Malcolmnixon authored Aug 23, 2023
1 parent 66c65f6 commit 0c52e54
Show file tree
Hide file tree
Showing 184 changed files with 1,019 additions and 3,038 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ The following branches are in active development:
This project uses the following assets:
- [Godot XR Tools](https://godotengine.org/asset-library/asset/1515)
- [OpenXR Loaders](https://github.com/GodotVR/godot_openxr_loaders)
- [Kenney Prototype Textures](https://godotengine.org/asset-library/asset/780)


# Getting Started
Expand All @@ -39,7 +38,7 @@ The game should be customized by:
- Modifying the splash-screen texture to represent the game
- Modifying the icon.png for the game
- Add game state variables to the game_state.gd singleton class
- Replacing the demo levels with levels suitable to the game
- Replacing the demo zones with zones suitable to the game


# Exporting to Android
Expand Down
3 changes: 3 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
- Upgrade project to Godot 4.1+
- Upgrade Godot XR Tools to 4.2.0
- Upgrade Godot OpenXR Loaders to 1.1.0
- Replaced the Kenney Prototype Textures with some simpler textures
- Added start zone with dummy game-select screen
- Switched demo to three zones showing zone spawn-points

# 4.0.0
- Initial version of the Godot 4.0 version of this template
Expand Down
23 changes: 0 additions & 23 deletions addons/kenney_prototype_textures/LICENSE.txt

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_01.png
Binary file not shown.
34 changes: 0 additions & 34 deletions addons/kenney_prototype_textures/dark/texture_01.png.import

This file was deleted.

Binary file not shown.
34 changes: 0 additions & 34 deletions addons/kenney_prototype_textures/dark/texture_02.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_03.png
Binary file not shown.
Binary file removed addons/kenney_prototype_textures/dark/texture_04.png
Binary file not shown.
34 changes: 0 additions & 34 deletions addons/kenney_prototype_textures/dark/texture_04.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_05.png
Binary file not shown.
34 changes: 0 additions & 34 deletions addons/kenney_prototype_textures/dark/texture_05.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_06.png
Binary file not shown.
34 changes: 0 additions & 34 deletions addons/kenney_prototype_textures/dark/texture_06.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_07.png
Binary file not shown.
36 changes: 0 additions & 36 deletions addons/kenney_prototype_textures/dark/texture_07.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_08.png
Binary file not shown.
36 changes: 0 additions & 36 deletions addons/kenney_prototype_textures/dark/texture_08.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_09.png
Binary file not shown.
34 changes: 0 additions & 34 deletions addons/kenney_prototype_textures/dark/texture_09.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_10.png
Binary file not shown.
34 changes: 0 additions & 34 deletions addons/kenney_prototype_textures/dark/texture_10.png.import

This file was deleted.

Binary file removed addons/kenney_prototype_textures/dark/texture_11.png
Binary file not shown.
Loading

0 comments on commit 0c52e54

Please sign in to comment.