Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Oct 5, 2024
1 parent 2d79c04 commit 6280b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local engine = EngineFactory.new()
:set_title("Mega Rick")
:set_width(1920)
:set_height(1080)
:set_fullscreen(true)
:set_fullscreen(false)
:create()

engine:prefetch({
Expand Down Expand Up @@ -56,7 +56,7 @@ player:set_placement(30, 794)

local princess = engine:spawn("princess")
princess:set_action("idle")
princess:set_placement(1600, 800)
princess:set_placement(1600, 806)

local candle1 = engine:spawn("candle")
candle1:set_action("light")
Expand Down

0 comments on commit 6280b6e

Please sign in to comment.