burakyzn / sfml-level-designer

level design tool for adventure/platform game in SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfml-level-designer

Easy level design tool for those who want to develop games using SFML library.

Control

Specify the dimensions of the design screen with X and Y.

firstScreen

The design screen will look like this.
You can remove the left right keys with the Ctrl key.

desingscreen

Press J to open the texture upload screen.
Note that the original size of the loaded textures will appear on the screen.
You can delete the unwanted texture with the delete key.

uploadImage

You can change the location of the textures by dragging them on the screen.

screen

You can open the size editing screen by right-clicking on any texture.

rightClick

With Ctrl + S, you can print the code for all this screen design.
The codes that you print will be saved as level.cpp under the file directory.

levelcpp

About

level design tool for adventure/platform game in SFML


Languages

Language:C++ 100.0%