How do i use this #319
-
|
I am really confused on how to even get started with the level editor, please help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
I feel like we've been answering a lot of questions on this subject lately, so you should be able to figure out how to get the bare minimum of assets to make a runnable level scene from existing recent discussions. If you want a 'level' that usually means starting with a tile map. I'd recommend learning how to use the tile map that comes with the engine (IE the mostly green but also other colors wireframe looking one) before you start making your own. You can also drop gimmicks and enemies and such into the level just by dropping their tscn files into the right location. Keep in mind that we aren't really a "learn how to use Godot at the most basic level" kind of discussion board. There are plenty of resources for that out there. Scene and Node basics: |
Beta Was this translation helpful? Give feedback.
What exactly are you doing? There is no PCK or EXE file, those are for built projects, they can't be edited.
Download this github repository, the one we are discussing in. the project.godot and all the files you need are right here.