Time |
Nick |
Message |
02:00 |
|
Miner_48er joined #minetest-mods |
07:18 |
|
Ritchie_ joined #minetest-mods |
14:54 |
|
NakedFury joined #minetest-mods |
14:56 |
|
NakedFury left #minetest-mods |
15:36 |
|
PilzAdam joined #minetest-mods |
16:47 |
|
rubenwardy joined #minetest-mods |
17:50 |
|
Miner_48er joined #minetest-mods |
19:30 |
|
ritchie joined #minetest-mods |
20:07 |
|
tinoesroho joined #minetest-mods |
20:07 |
tinoesroho |
Quick: what's broken in this: inventory_image = "clothing_shirts_inv_overlay_"..colour..".png"^"clothing_shirt_inv_white.png", |
20:11 |
* tinoesroho |
slaps ShadowNinja around with a large wiimote |
20:12 |
Miner_48er |
missing overlay in second png |
20:13 |
tinoesroho |
I'm supposed to do it the other way? |
20:14 |
tinoesroho |
The idea was to have the overlay on top of the base/default image. |
20:14 |
tinoesroho |
The error I'm getting is "failed to perform arithmatic on string value" for that specific line. |
20:15 |
Miner_48er |
try #minetest |
20:16 |
tinoesroho |
:-/ Minetest-mods would be the place for that, I figured. |
20:17 |
Miner_48er |
it wouldif more idled here |
20:18 |
tinoesroho |
Guess I should go ask there. |
20:18 |
tinoesroho |
I'm hoping to upload the clothing fork of 3d_armor this afternoon. |
20:18 |
Miner_48er |
ok |
20:38 |
ShadowNinja |
tinoesroho: You are raisiing a stri.ng to the power of another string. The ^ should be inside the string |
20:38 |
ShadowNinja |
-. |
20:38 |
tinoesroho |
I see. Thanks! |