Add lever and jump pad components with activation logic

This commit is contained in:
2025-04-25 22:41:35 +02:00
parent 9b2ca61163
commit 8959fd4b9f
323 changed files with 12844 additions and 18 deletions

View File

@@ -0,0 +1,20 @@
# SmartShape2D - Install
## Asset Library
- After installing the plugin, you may encounter an error, this is normal.
- You need to restart Godot before using the plugin.
## Manual Install
- Clone the repository at https://github.com/SirRamEsq/SmartShape2D.
- Move the "addons/rmsmartshape" folder to your project's "addons" folder.
- Open your project in Godot to have the addon install.
- After installing the plugin, you may encounter an error, this is normal.
- Restart Godot.
## Activate Plugin
- After Installing the plugin, activate the plugin by navigating to `Project -> Project Settings... -> Plugins`
![Activate Plugin](./imgs/PluginActivate.png)