GithubHelp home page GithubHelp logo

overdev / godot-gametemplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nezvers/godot-gametemplate

0.0 2.0 0.0 279 KB

Template with all necessary stuff taken care, just create your games main features.

License: MIT License

GDScript 100.00%

godot-gametemplate's Introduction

Godot-GameTemplate

Game Template is all necessary stuff taken care for Godot users not to worry about creating most boring and tedious work.
Main branch will be compatible with pixel art games, since those games require some more work to get everything right.
I'd be happy for any contribution to make this template as good as it can be and it is open for branching out Hi-Res game branch.

Template has main scene that's managing:
    Scene transitioning - during that background loading is taking care of the next scene loading for smooth experience.
    HUDLayer - reserved for game specific overlay (HP, Points, etc.)
    PauseLayer - Is a menu that appears while in game and pauses the game, allowing to (Resume, Options, Main Menu, Exit).
    MainOptions - GUI for changing resolution (Fullscreen, Borderless, scaling), Audio faders (Master, Music, SFX) and Controls section for Action bindings.
    FadeLayer - As template it's just Fade-to-Black ColorRect but it's easy to add fading shader to it.
    Music - Persistent AudioStreamPlayer for music
    Sounds - Persistent AudioStreamPlayer for Sounds (initially for GUI)
    HTMLfocus - if game is HTML5 it will overlay a button on screen, requesting player to click on it and allowing the game to become in focus.

Options menu

Every option get saved uppon exiting Options menu.

Languages menu

At the moment simplified interaction. Need someone help with French, Spanish localization (at the moment it's just Google translated). Russian is translated but excluded in options because font doesn't support Cyrillic letters.

Key action binding menu

Godot editor InputMap influenced rebinding, but with auto-detect function.
Buttons gets saved uppon exiting Options menu.

To-Do

  • Add pixel-art compliant slider in Action rebinding list
  • Action list browsing using ui_directions (ruler doesn't respond)
  • Use themes instead of CustomStyle (maybe)
  • Maybe some documentation

godot-gametemplate's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.