Add GodotVMF importer (#418)

This commit is contained in:
Alexander
2025-08-26 20:42:23 +03:00
committed by GitHub
parent 14a04e4633
commit 192a4e7f7f

View File

@@ -228,6 +228,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
- [Godot SQLite](https://github.com/2shady4u/godot-sqlite) - GDNative wrapper for SQLite, making it possible to use SQLite databases as data storage in your project.
- [Godot XR Tools](https://github.com/godotvr/godot-xr-tools) - Basic components for XR development.
- [GodotSx](https://github.com/TheWalruzz/godot-sx) - Rx-like extensions for Godot's built-in signals.
- [GodotVMF](https://github.com/H2xDev/GodotVMF) - A VMF/MDL/VTF/VMT importer for Godot Engine (Valve map format from Hammer editor).
- [GUT](https://github.com/bitwes/Gut) - Utility for writing unit tests in GDScript.
- [HCoroutines](https://github.com/Inspiaaa/HCoroutines) - Powerful C# coroutine library for Godot.
- [Health, HitBoxes, HurtBoxes, and HitScans](https://github.com/cluttered-code/godot-health-hitbox-hurtbox) - 2D and 3D Components to manage health, damage, and healing.