- conf.lua
```
function love.conf(t)
t.title = "title"
t.version = "11.3"
t.console = true
t.window.width = 1280
t.window.height = 720
end
```
- main.lua
```
```
'tech > game' 카테고리의 다른 글
21/07/15 Awesome-love2d Lists (0) | 2021.07.15 |
---|---|
21/07/15 Love2D - Getting Started - Episode 02 (0) | 2021.07.15 |
21/07/15 Love2D Game Development (for KIDS) (0) | 2021.07.15 |
21/07/15 SCRATCH Game Development Tutorial (for KIDS) (0) | 2021.07.15 |
21/07/15 UDP networking in Lua and Love2d using the socket library (0) | 2021.07.15 |