Skip to content

Commit

Permalink
Stub 516 /atom vars (#2215)
Browse files Browse the repository at this point in the history
Co-authored-by: ike709 <[email protected]>
  • Loading branch information
ike709 and ike709 authored Feb 21, 2025
1 parent 30a332d commit a7661f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DMCompiler/DMStandard/Types/Atoms/_Atom.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
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/icon = null
var/icon_state = ""
Expand Down

0 comments on commit a7661f6

Please sign in to comment.