mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
hide objects by default
This commit is contained in:
parent
da5aed83e3
commit
77c4741ee7
|
@ -19,11 +19,11 @@ impl Default for Attributes {
|
|||
Self {
|
||||
a0: ObjectAttribute0::new(
|
||||
0,
|
||||
ObjectMode::Normal,
|
||||
ObjectMode::Disabled,
|
||||
GraphicsMode::Normal,
|
||||
false,
|
||||
ColourMode::Four,
|
||||
u2::new(1),
|
||||
u2::new(0),
|
||||
),
|
||||
a1s: Default::default(),
|
||||
a1a: Default::default(),
|
||||
|
|
Loading…
Reference in a new issue