gitextract_8xtfynom/ ├── .github/ │ └── FUNDING.yml ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── assets/ │ ├── SelectionIndicator.png.import │ └── Tilemap.png.import ├── project.godot ├── scenes/ │ └── world.tscn └── scripts/ ├── cursor.gd └── tilemap.gd