Multiresolution Support for pc/mobile devices including safearea.New nodes:- BorderlessDisplay: New node to control the scaling area of our game.- ButtonDisplayTest: New node for testing with multiple resolutions.# Changelog## [1.1.0] - 2023-03-13### Added- add editor button set viewport resolution### Changed- change class_name to add_custom_type## [1.0.1] - 2023-03-10### Added- CHANGELOG.md- guides autocenter### Changed- [godot v3] fix get window height override- [godot v3] fix set properties defaults
Finite state machine plugin for Godot. It allows you to setup your states easily inside your project. Basically it consist of "Finite state machine" node which is able to hold child nodes that are representing individual states and transitions. It's created with the ease of additional states creation in mind, it will create for you script files for states and transitions. The file will be created in special "FSM" folder inside directory that's holding currently edited scene.This plugin have also visual graph tool for creating fast fast prototyping :)For more info check Video, Github and FSM.gd readme section. If you are not sure what Finite Machine state is, you can read about them here: http://www.gameprogrammingpatterns.com/state.htmlKEEP IN MIND that while we are using this plugin and it should be well tested, we take no responsibility for any damage caused by this code. You should always use Version control systems in your project.
Adds a fur node to Godot 3.5.* Fur can be styled with textures and various parameters.* Works on static and skinned meshes.* Fur can be styled using blendshapes.* Fur moves based on gravity and postional and rotational physics around pivot point.* Built-in LOD system.Version 0.3.0 Changes* Addon tested against Godot 3.5* Various shader fixes related to transparencyVersion 0.2.0 Changes* Improved UI, now dynamically parses shader for better use with custom shader* GLES2 support* API option for growth, for effects of the fur growing through animation or script call* Ability to control fur length, density, thickness and growth offset with a single RGBA mask textureVersion 0.1.1 Changes* Improved UI* Two additional fur patterns* Performance improvements* Experimental mobile support* Bug fixes