meisei4 / samuel-beckett

godot learning
0 stars 0 forks source link

resources #1

Open meisei4 opened 1 day ago

meisei4 commented 1 day ago

https://github.com/vnen/godot-tiled-importer

https://docs.godotengine.org/en/latest/contributing/development/file_formats/tscn.html

meisei4 commented 1 day ago

https://docs.godotengine.org/en/stable/classes/class_tilesetsource.html#class-tilesetsource-method-get-tile-id

https://docs.godotengine.org/en/stable/classes/class_packedscene.html

meisei4 commented 5 hours ago

Today I learned a lot about how I should be trying to troubleshoot bugs based on CLI only development.

It is good to occasionally open up a default project and configure things and then see how the .tscn code gets generated.

This helps with learning the most up to date syntax for these scene files (that are going to be important for composition later on)