SkillAgentSearch skills...

MizGodotTools

Code I use in a lot of my games

Install / Use

/learn @Miziziziz/MizGodotTools
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Miziziziz's Big Collection of Godot Code Resources

This repo contains a collection of code and tools I use in a lot of my games. Under MIT license so feel free to use in your own games.

Group Names

  • "serializable": for objects that are saved and loaded
  • "instanced": for objects that are instanced and need to be cleared on scene changes
  • "player": for the player character

Physics Layers

  • 1 : environment
  • 2 : characters
  • 4 : hitboxes
  • 8 : items

Globals

  • SaveManager
  • LevelManager
  • AchievementManager

Audio Buses

  • Master
  • Music
  • Sfx

Example Scenes

Drop Shadows : drop_shadows_examples.tscn

https://github.com/user-attachments/assets/b0b99139-a2f5-48ea-b0bf-b047ccb45cd1

Pseudo 3D + Drop Shadows : pseudo_3d_objects_examples.tscn

https://github.com/user-attachments/assets/852767a9-23a7-434c-a659-314bb906535d

IK and Procedural Animations : ik_examples.tscn

https://github.com/user-attachments/assets/be781604-7c68-4270-86a0-da8ca36baedb

Guns, Bullet and Blood Effects, Health Manager : weapon_damage_and_blood_examples.tscn

https://github.com/user-attachments/assets/da2299e8-d2f5-4b52-8e4d-3609472b6201

NPC Vision : npc_vision_example.tscn

https://github.com/user-attachments/assets/fd45ec0e-528b-4218-b9a9-bec17691b637

Top Down Movement System : top_down_player_example_scene.tscn

https://github.com/user-attachments/assets/c760555a-37f3-47e9-bbcb-f3ed50b859c8

Save System : save_load_scene_1.tscn and save_load_scene_2.tscn

https://github.com/user-attachments/assets/1b117209-6c5e-48bd-b7db-6821b4677d04

Level System : test_level_1.tscn, test_level_2.tscn, test_level_3.tscn

https://github.com/user-attachments/assets/9368e3bf-7ba1-46f9-ad18-015dae4bf0f2

Settings Menu + Key rebinding + UI sfx: settings_example.tscn

https://github.com/user-attachments/assets/b75e6d68-84a4-436b-8f1d-69521553e35b

Inventory and Items System: inventory_and_items.tscn

https://github.com/user-attachments/assets/2feef415-d108-4cc1-af02-be72c84af220

Related Skills

View on GitHub
GitHub Stars926
CategoryDevelopment
Updated5d ago
Forks72

Languages

GDScript

Security Score

95/100

Audited on Mar 25, 2026

No findings