A simple 2D Action Game.The Player can move and attack in 4 Directions.He can lose and collect Hearts through Enemys and floating Hearts inside a Level.
This plugin was created to help you work with subtitles inside Godot. It allowes you to import an srt format subtitle file into any scene.It works by converting the SRT file into a Godot Animation Resource. This way you can use any AnimationPlayer and RichLabelText node to play the subtitle.The reason behind using an Animation Resouce is to take advantage of the power of animations in Godot. Once the animation is created, all the information is compressed and managed by the engine just like any other resource.
Thread pool for asynchronous tasks execution. It runs tasks in a number of parallel threads. On each task completion it calls a callback specified.One can specify how many threads to use or use the default number which is OS.get_processor_count()-1.Usage example: ExecPool.start( my_object, "method_to_call", "callback_name" ).See "res://addons/exec_pool/examples/exec_pool_example.tscn" example scene.
Convert numbers to words in GDScript.
An Auto Sizing GridContainer for GodotHave you ever needed a grid container to hold lots of the same node with optimal sizing? Then this is for you! It automagically changes the columns value to fit all of your nodes optimally. A vertical scrollbar even appears if not everything can fit!See the included Example Scene for an implementation example.
A Godot node that records gameplay & turns it into an animated GIF!
OpenBlive API for Godot.OpenBlive is the live streaming open platform of Bilibili, a Chinese video website. This plugin provides a Node to receive live chat messages and interact with its API.哔哩哔哩直播开放平台的 Godot 插件。安装并启用后提供了 OpenBlive 节点。可获取实时弹幕、礼物等信息,也可以使用互动玩法 API。2.3 Update* 增加了弹幕服务器心跳错误信号* 同一次运行中,如果已经输入过身份码,就记住不再弹框* 修复弹幕连接失败错误可能连续触发两次的问题2.2 Update* 修正互动玩法心跳间隔* 调整 API Nonce 的生成算法,尽可能避免重复请求错误2.1.1 Update* 支持从命令行获取身份码* 修复弹幕服务器无法重连的问题2.1 Update* 添加获取主播信息接口2.0 Update* 适配 v2 版本 API,使用主播身份码
Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
Easily implement Key/Button prompts to your game!For installation instructions, visit the github page: https://github.com/CliveDev0413/key-prompts-system-godot
Clean audio/music player. Uses ResourcePreloader to load audio files. Features* setup loop and loop offset with Godot's Import Tab * autoplay, activate a file and it will continue playing the next file* playlist, quickly create playlist by Ctrl/Shift selecting multiple files* Pause, Skip, Fast Forward, Volume and More controls with shortcuts.* Spectrum analyzerNote: it use more memory than a native audio player, since all audio is preloaded.
A Multiplayer Lobby
A plugin for Godot that makes creating and maintaining translations much easier and intuitive in-editor.The goal of this plugin is to make it easy to create new translations and add them to existing or new .csv files. This will replace the old workflow of creating new .csv files and adding text before then adding them to editor without being able to see what you're adding. This method is also prone to mistakes where you could make a typo in the key for example. This workflow is also harder to follow through with, as you need to plan out all the text you need ahead of time, or go back and forth between the game and your .csv files constantly.This plugin makes the entire workflow doable from within the editor's inspector.