mirror of
https://github.com/Relintai/awesome-godot.git
synced 2025-04-20 17:21:17 +02:00
Remove entries that pointed to dead links
This commit is contained in:
parent
2eaffec7b7
commit
d75577c2ef
@ -119,15 +119,12 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game
|
||||
|
||||
*Scripts that let you do new stuff, or enhance Godot functionality.*
|
||||
|
||||
- [Add Primitives](https://github.com/TheHX/add_primitives) - Add cylinders, spheres, cubes easily.
|
||||
- [Atlas importer](https://github.com/Geequlim/godot-code/tree/master/addons/atlas_importer) - Plugin to import packed atlas from [TexturePacker](https://www.codeandweb.com/texturepacker), [Attila](https://github.com/r-lyeh-archived/attila) and [Kenney Assets](https://kenney.nl/assets).
|
||||
- [Auto Tile Layer](https://github.com/leezh/autotile) - Allows automatic 2D tiling using RPG Maker's Autotile format.
|
||||
- [Camera2D Screen Shake](https://godotengine.org/qa/438/camera2d-screen-shake-extension) - Screen shake effect for Camera2D.
|
||||
- [Create Tileset](https://github.com/vinod8990/godot_plugins) - Plugin to generate Godot tilesets based on atlas images.
|
||||
- [CRT Shader](https://github.com/henriquelalves/SimpleGodotCRTShader) - Godot shader that simulates CRT displays.
|
||||
- [Easing Script](https://github.com/impmja/godot-easing) - A port of the Robert Penner's equations for easing.
|
||||
- [Escoria](https://github.com/godotengine/escoria) - Point & click adventure game framework.
|
||||
- [Example Model Importer](https://github.com/TheHX/godot_examples) - A script that imports models with inverted normals (proof of concept).
|
||||
- [FontAwesome](https://github.com/GodotExplorer/FontAwesome) - Font Awesome plugin for Godot.
|
||||
- [gdstats](https://github.com/droxmusic/gdstats/) - A library of pseudorandom number generators for common statistical distributions.
|
||||
- [gdutils](https://github.com/GodotExplorer/gdutils) - Utilities for Godot written in GDScript.
|
||||
@ -137,19 +134,15 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game
|
||||
- [Grass Plugin](https://github.com/marcosbitetti/grass_plugin_4_godot) - A plugin to handle huge amounts of grass, foliages and other vegetations.
|
||||
- [gterm](https://github.com/TeddyDD/gterm) - GUI control that draws something similar to \*nix terminal emulators.
|
||||
- [GUT](https://github.com/bitwes/Gut) - Utility for writing unit tests in GDScript.
|
||||
- [Heightmap](https://gist.github.com/TheHX/94a83dea1a0f932d5805) - Make an heightmap into terrain.
|
||||
- [OpenClipArt Store](https://github.com/vinod8990/godot_plugins/tree/master/OpenClipArt_Store) - Lets you integrate OpenClipArt assets easily, with a browser.
|
||||
- [Polygon Merge](https://github.com/ScyDev/Godot-Scripts) - Merge polygons.
|
||||
- [Resolution Switcher](https://github.com/vinod8990/godot_plugins) - Switch resolutions easily, for testing.
|
||||
- [Simplex 2D/3D](https://github.com/OvermindDL1/Godot-Helpers) - Simplex deterministic noise functions.
|
||||
- [Scrolling Background](https://github.com/dploeger/godot-scrollingbackground) - A scrolling background node for Godot.
|
||||
- [SMRT-Godot](https://github.com/brunosxs/SMRT-Godot) - A dialog system and editor fairly customizable, a nice fit for story-driven games.
|
||||
- [SUTjoystick](https://gitlab.com/shine-upon-thee/joystick) - Easy gamepad support for GNU/Linux and Windows.
|
||||
- [Tiled importer](https://github.com/MrGreenTea/GodotTiledImporter) - Import maps from [Tiled](https://www.mapeditor.org/).
|
||||
- [Tiled importer](https://github.com/Geequlim/godot-code/tree/master/addons/tiled_importer) - The plugin to import tile maps from [Tiled](https://www.mapeditor.org/) for Godot 2.1.
|
||||
- [Tiled importer](https://github.com/Geequlim/godot-code/tree/master/addons/tiled_importer) - Plugin to import tilemaps from Tiled for Godot 2.1.
|
||||
- [Tileset Builder](https://gist.github.com/Calinou/27e979ab0a35500c3381) - Build tilesets.
|
||||
- [TileSet Builder](https://github.com/HeavenMercy/TileSet-Builder-Godot-Plugin) - Quickly build tilesets with style.
|
||||
- [Simple Adventure API](https://github.com/Biarity/godot-adventure-api) - Create Adventure/VN/IF games with a simple API (precursor to [this](https://github.com/Biarity/Godot-Adventure-Framework)).
|
||||
|
||||
## GDScript editor support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user