Atlas restructurized
BIN
assets/CardBack.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
assets/CardFront.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/HandGUI.png
Normal file
|
After Width: | Height: | Size: 392 B |
|
Before Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 663 B |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
|
@ -14,7 +14,7 @@ impl Plugin for CardsPlugin {
|
|||
for i in 0..4 {
|
||||
commands.trigger(CreateCard {
|
||||
parent: None,
|
||||
transform: Transform::from_xyz(100. * (i as f32), 0., 0.),
|
||||
transform: Transform::from_xyz(300. * (i as f32), 0., 0.),
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||