Skip to content

Commit

Permalink
Stub 516 /atom vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ike709 committed Feb 11, 2025
1 parent d5bdf43 commit 44f299d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DMCompiler/DMStandard/Types/Atoms/_Atom.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
var/pixel_y = 0
var/pixel_z = 0
var/pixel_w = 0

var/icon_w = 0 as opendream_unimplemented
var/icon_z = 0 as opendream_unimplemented
var/pixloc/pixloc as opendream_unimplemented

var/icon = null
var/icon_state = ""
Expand Down

0 comments on commit 44f299d

Please sign in to comment.