mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
missed this
This commit is contained in:
parent
81a9174d58
commit
fa009ad41b
2 changed files with 1 additions and 1 deletions
BIN
data/ui/xbox/rewind_ico.png
Normal file
BIN
data/ui/xbox/rewind_ico.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 309 B |
|
|
@ -402,7 +402,7 @@ class DifBuilder {
|
|||
new Vector(0.3, 0.3, 0.35, 1)),
|
||||
'friction_high_shadow' => (onFinish) -> createDefaultMaterial(onFinish, 'data/textures/friction_high_shadow.png',
|
||||
'data/textures/friction_high.normal.png', 10, new Vector(0.15, 0.15, 0.16, 1.0)),
|
||||
'friction_bouncy' => (onFinish) -> createDefaultNormalMaterial(onFinish, 'data/textures/friction_bouncy.png', 12, new Vector(0.8, 0.8, 0.6, 1)),
|
||||
'friction_bouncy' => (onFinish) -> createDefaultNormalMaterial(onFinish, 'data/textures/friction_bouncy.png', 8, new Vector(0.4, 0.4, 0.2, 1)),
|
||||
'stripe_caution' => (onFinish) -> createDefaultNormalMaterial(onFinish, 'data/textures/stripe_caution.png', 12, new Vector(0.8, 0.8, 0.6, 1)),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue