Search found 2 matches

by greycoder
Tue Jul 24, 2018 4:37 pm
Forum: General
Topic: Any way to proper toggleFullscreen function
Replies: 3
Views: 4012

Any way to proper toggleFullscreen function

Hellow everyone, I've tried coding like that love.window.setFullscreen(not love.window.getFullscreen()) But in case of 'fullscreen mode' > 'windowed mode' you get window adjusted to screen size Then I coded local fsc_val = love.window.getFullscreen() if fsc_val then love.window.updateMode(_config.wi...
by greycoder
Sat Jul 14, 2018 8:48 pm
Forum: General
Topic: Advice to structure directory for game and editor
Replies: 2
Views: 4037

Advice to structure directory for game and editor

Hi, I'm new to LOVE and game programming. Question how to organize better files in my case. There are standart game folders such as lib, assets etc but also I code editor to build map/scene. Editor uses some game files( same objects, classic, images etc) and it's better to place editor in the same r...