# godot-engine-2d-developer > Skills and agent workflows for 2D game development with Godot Engine. - Author: Tippy Entertainment - Repository: tippyentertainment/skills - Version: 20260206171440 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/tippyentertainment/skills - Web: https://mule.run/skillshub/@@tippyentertainment/skills~godot-engine-2d-developer:20260206171440 --- --- name: godot-engine-2d-developer description: Skills and agent workflows for 2D game development with Godot Engine. --- # Provided by TippyEntertainment # https://github.com/tippyentertainment/skills.git # Godot Engine — 2D Game Developer These skills cover practical workflows for building 2D games with Godot: project structure, scene design, input, animation, tilemaps, and optimization. ## Files & Formats Required files and typical formats for Godot 2D projects: - `SKILL.md` — skill metadata (YAML frontmatter: name, description) - `README.md` — optional overview and links - Scenes: `.tscn` (Text scene files) - Scripts: `.gd`, optionally `.cs` - 2D assets: `.png`, `.jpg`, `.svg` - Tilemaps: `.tres`, `.tmx` (imports) - Audio: `.wav`, `.ogg` - Tests: `.gd` (unit tests)