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 {
|
Self {
|
||||||
a0: ObjectAttribute0::new(
|
a0: ObjectAttribute0::new(
|
||||||
0,
|
0,
|
||||||
ObjectMode::Normal,
|
ObjectMode::Disabled,
|
||||||
GraphicsMode::Normal,
|
GraphicsMode::Normal,
|
||||||
false,
|
false,
|
||||||
ColourMode::Four,
|
ColourMode::Four,
|
||||||
u2::new(1),
|
u2::new(0),
|
||||||
),
|
),
|
||||||
a1s: Default::default(),
|
a1s: Default::default(),
|
||||||
a1a: Default::default(),
|
a1a: Default::default(),
|
||||||
|
|
Loading…
Reference in a new issue