Summary
Keywords
Full Transcript
I'm releasing my 2D tile editor. It's all written in Java but you can use the exported files in any language's program (as long as it can read text files!) It's a pretty simple program and there are probably many rooms to improve but I hope it helps your game development! Simple 2D Tile Editor: * This is for Windows (Haven't checked it but probably won't work on Mac/Linux)* Jar/Exe version (if you couldn't run the jar version, try the exe version!): https://drive.google.com/drive/folders/1cxKDCfIbPVpgRfRN6PLco8eoV0bPNPQI?usp=sharing * You can use it for whatever project you are engaging in. However, please don't redistribute the editor. * I stopped releasing the editor's source code because I was informed that someone was using/distributing it on their own platform, pretending that it was developed by them :( Renamed Tiles: https://drive.google.com/drive/folders/1z8afqWZPH3h6CvI7sU2yeykrRiRqjZGP?usp=sharing Map and tile data file created with the editor https://drive.google.com/drive/folders/1NRsNefVG3c3Fb9vYWBiUoNarVQ5nI78Z?usp=sharing Timestamps: 0:00 Introduction 0:14 How to Use the Editor 9:32 Setting Collision 11:00 Saving the Map and Tile Data 13:05 Importing Files in the Game Program 24:15 Running the New Map #tutorial #gamedevelopment #java2Dgame #leveleditor
