×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Éditeur de cartes
  • /
  • cjobjects
« ‹ 7 / 14 › »
cjobjects
Viprin
« Citoyen »
1360745460000
    • Viprin#0000
    • Profil
    • Derniers messages
    • Tribu
#121
  0
Fxie a dit :
any problems with colors are probably from viprin's tool

Roflzor a dit :
I'll warn Viprin about it, if you didn't :>

i confirmed it is not caused by my tool, so the color is messed up when it is uploaded. just wanted to tell in case you haven't noticed yet
Fxie
« Citoyen »
1360746060000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#122
  0
there's really no fathomable explanation behind cjobjects changing colors

all attributes (including color) are determined as such:

+value==value?+value:value

+value converts value to a number, which means numbers (1, 2, or colors such as 444444) are stored as numbers and strings (ffffff and other hexadecimal strings) are stored as strings.

+value cannot == value unless value contains a plus. There's no way a color such as "abcdef" should match a number such as "9e+4"

so unless there's a huge underlying bug in javascript it must be from the input, not the tool. this can't be a result of decimal math because there are no decimals and even if it were, 9e+4 cannot possibly match a string without a plus in it.

also tested with a string that converts e to a number:
+"624E34"
6.24e+36
+"624E34"=="624B34"
false
Viprin
« Citoyen »
1360749000000
    • Viprin#0000
    • Profil
    • Derniers messages
    • Tribu
#123
  0
The color Lolitavip uses is 664e36, not 624b34. I tried following code, and the result was 6.64e+38. So there are some colorcodes(including e) which can be messed up. You should use === instead of == to solve this problem.

var value = "664e36";
alert(+value==value?+value:value);

664e36 = 664000000000000000000000000000000000000 = 6.64e+38
Muntz
« Citoyen »
1360760280000
    • Muntz#0000
    • Profil
    • Derniers messages
#124
  0
Tuliomumic a dit :
There is a fail in Lolitavip's hole, there will be a joint that is somehow liked to this

<JD c="6.64e+38,6,1,1" P2="20,279" M1="49" M2="49" P1="21,278" />

This color is invalid and all maps that use it won't be able to get exported, a possible fix to it is

<JD c="624B34,6,1,1" P2="20,279" M1="49" M2="49" P1="21,278" />

just use the other hole that are there...
Roflzor
« Censeur »
1360767840000
    • Roflzor#0095
    • Profil
    • Derniers messages
    • Tribu
#125
  0
Juliiien a dit :
No... Roflzor has made one new Fraise... I can't now :(

What do you mean?
Our Fraises aren't the same at all.

I made a small Fraise to use as a fake, not as a decoration/object, like yours. I don't see reasons for u to not make a big fraise. Someone can use yours as decoration. And I didn't meant to COPY yours. I was thinking of it since i draw the apple, I swear :(
Fxie
« Citoyen »
1360781160000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#126
  0
Viprin a dit :
The color Lolitavip uses is 664e36, not 624b34. I tried following code, and the result was 6.64e+38. So there are some colorcodes(including e) which can be messed up. You should use === instead of == to solve this problem.

var value = "664e36";
alert(+value==value?+value:value);

664e36 = 664000000000000000000000000000000000000 = 6.64e+38

=== is an identity match, which means "1" would NEVER === 1, defeating the purpose.
The only difference between == and === is === only compares the same types, which means comparing a string and a number would always return false whereas == would return true if a string equals a number.

I'm guessing the string is iterated when it shouldn't be, which can't be fixed by using === for the above reason but is a problem with ==.

I fixed the problem with the following (if you're interested): String(+value)==value?+value:value
So if they're both iterated when they shouldn't be, they still won't match.

Sorry for assuming it was your program, but most people uploading objects now use your program and I've never had this problem before so that was the only assumption I could make.
Sloocky
« Citoyen »
1360791660000
    • Sloocky#0000
    • Profil
    • Derniers messages
#127
  0
a dit :
<C><P /><Z><S><S H="65" P="1,0,0.3,0.2,-45,0,0,0" L="10" X="328" Y="245" T="12" /></S><D /><O /><L><JD P1="307,228" c="967411,1,1,0" P2="316,235" /><JD P1="316,235" c="967411,1,1,0" P2="330,251" /><JD P1="330,251" c="967411,1,1,0" P2="351,273" /><JD P1="351,273" c="967411,1,1,0" P2="354,272" /><JD P1="354,272" c="967411,1,1,0" P2="357,268" /><JD P1="357,268" c="967411,1,1,0" P2="357,266" /><JD P1="357,266" c="967411,1,1,0" P2="312,223" /><JD P1="312,223" c="967411,1,1,0" P2="307,228" /><JD P1="313,227" c="BB9C44,5,1,0" P2="354,267" /><JD P1="354,267" c="BB9C44,5,1,0" P2="352,270" /><JD P1="352,270" c="BB9C44,5,1,0" P2="331,248" /><JD P1="331,248" c="BB9C44,5,1,0" P2="318,233" /><JD P1="318,233" c="BB9C44,5,1,0" P2="311,228" /><JD P1="308,228" c="BB9C44,1,1,0" P2="312,224" /><JD P1="310,229" c="BB9C44,1,1,0" P2="308,228" /><JD P1="313,225" c="BB9C44,1,1,0" P2="312,224" /><JD P1="351,272" c="9A8139,2,1,0" P2="328,247" /><JD P1="328,247" c="9A8139,2,1,0" P2="349,263" /><JD P1="349,263" c="9A8139,2,1,0" P2="354,270" /><JD P1="354,270" c="9A8139,2,1,0" P2="353,272" /><JD P1="353,272" c="9A8139,2,1,0" P2="349,265" /><JD P1="349,265" c="9A8139,2,1,0" P2="336,254" /><JD P1="336,254" c="9A8139,2,1,0" P2="351,270" /><JD P1="293,226" c="6C6C6C,1,1,1" P2="299,221" /><JD P1="299,221" c="6C6C6C,1,1,1" P2="299,219" /><JD P1="299,219" c="6C6C6C,1,1,1" P2="307,214" /><JD P1="307,214" c="6C6C6C,1,1,1" P2="315,214" /><JD P1="315,214" c="6C6C6C,1,1,1" P2="320,216" /><JD P1="320,216" c="6C6C6C,1,1,1" P2="320,218" /><JD P1="320,218" c="6C6C6C,1,1,1" P2="314,216" /><JD P1="314,216" c="6C6C6C,1,1,1" P2="310,218" /><JD P1="310,218" c="6C6C6C,1,1,1" P2="312,223" /><JD P1="296,230" c="6C6C6C,1,1,1" P2="293,226" /><JD P1="296,230" c="6C6C6C,1,1,1" P2="302,224" /><JD P1="302,224" c="6C6C6C,1,1,1" P2="307,228" /><JD P1="307,227" c="AEAEAE,1,1,0" P2="302,223" /><JD P1="302,223" c="AEAEAE,1,1,0" P2="296,229" /><JD P1="296,229" c="AEAEAE,1,1,0" P2="294,226" /><JD P1="294,226" c="AEAEAE,1,1,0" P2="308,215" /><JD P1="308,215" c="AEAEAE,1,1,0" P2="307,215" /><JD P1="307,215" c="AEAEAE,1,1,0" P2="307,216" /><JD P1="307,215" c="AEAEAE,1,1,0" P2="300,220" /><JD P1="300,220" c="AEAEAE,1,1,0" P2="300,219" /><JD P1="300,219" c="AEAEAE,1,1,0" P2="309,214" /><JD P1="309,214" c="AEAEAE,1,1,0" P2="308,214" /><JD P1="308,225" c="AEAEAE,2,1,0" P2="302,220" /><JD P1="302,220" c="AEAEAE,2,1,0" P2="295,226" /><JD P1="295,226" c="AEAEAE,2,1,0" P2="298,225" /><JD P1="296,228" c="AEAEAE,2,1,0" P2="304,219" /><JD P1="302,221" c="AEAEAE,2,1,0" P2="296,227" /><JD P1="303,222" c="AEAEAE,2,1,0" P2="307,226" /><JD P1="303,221" c="AEAEAE,2,1,0" P2="310,215" /><JD P1="310,215" c="AEAEAE,2,1,0" P2="319,216" /><JD P1="315,216" c="AEAEAE,2,1,0" P2="315,217" /><JD P1="303,218" c="AEAEAE,2,1,0" P2="311,222" /><JD P1="304,220" c="AEAEAE,2,1,0" P2="310,223" /><JD P1="310,223" c="AEAEAE,2,1,0" P2="308,225" /><JD P1="306,222" c="AEAEAE,2,1,0" P2="308,223" /><JD P1="309,221" c="AEAEAE,2,1,0" P2="308,216" /><JD P1="306,217" c="AEAEAE,2,1,0" P2="308,220" /><JD P1="308,218" c="AEAEAE,2,1,0" P2="312,216" /><JD P1="310,222" c="AEAEAE,2,1,0" P2="309,218" /></L></Z></C>

Hammer
a dit :

<C><P /><Z><S><S H="23" P="1,0,0.3,0.2,0,0,0,0" L="15" X="330" Y="284" T="12" /><S H="62" P="0,0,0.3,0.2,0,0,0,0" L="795" X="399" Y="405" T="0" /></S><D /><O /><L><JD P1="324,293" c="000000" P2="324,290" /><JD P1="322,289" c="000000" P2="322,287" /><JD P1="321,286" c="000000" P2="321,284" /><JD P1="319,283" c="000000" P2="319,281" /><JD P1="318,279" c="000000" P2="318,280" /><JD P1="316,278" c="000000" P2="316,275" /><JD P1="316,275" c="000000" P2="320,275" /><JD P1="320,275" c="000000" P2="320,276" /><JD P1="320,277" c="000000" P2="323,277" /><JD P1="322,282" c="000000" P2="322,263" /><JD P1="324,261" c="000000" P2="326,261" /><JD P1="327,275" c="000000" P2="327,263" /><JD P1="330,269" c="000000" P2="328,269" /><JD P1="331,275" c="000000" P2="331,270" /><JD P1="335,270" c="000000" P2="331,270" /><JD P1="336,277" c="000000" P2="336,272" /><JD P1="338,272" c="000000" P2="336,272" /><JD P1="339,274" c="000000" P2="339,275" /><JD P1="341,275" c="000000" P2="341,285" /><JD P1="339,285" c="000000" P2="339,289" /><JD P1="337,290" c="000000" P2="337,294" /><JD P1="337,294" c="000000" P2="324,294" /><L /></L></Z></C>

Seta (2)
a dit :

<C><P /><Z><S><S P="0,0,0.3,0.2,0,0,0,0" L="800" H="95" X="400" Y="413" T="0" /><S P="1,0,0.3,0.2,0,0,0,0" L="40" H="40" X="169" Y="179" T="12" /></S><D /><O /><L><VL l="-1" n="Layer1" /><JD P1="154,168" M1="1" c="0D458D,11,1,0" P2="154,198" M2="1" /><JD P1="181,199" M1="1" c="0D458D,11,1,0" P2="155,199" M2="1" /><JD P1="182,168" M1="1" c="0D458D,11,1,0" P2="182,198" M2="1" /><JD P1="154,168" M1="1" c="0D458D,11,1,0" P2="181,168" M2="1" /><JD P1="160,193" M1="1" c="0D458D,11,1,0" P2="161,175" M2="1" /><JD P1="168,173" M1="1" c="0D458D,11,1,0" P2="168,194" M2="1" /><JD P1="176,172" M1="1" c="0D458D,11,1,0" P2="174,193" M2="1" /><JD P1="157,195" M1="1" c="5D88BF,11,1,0" P2="177,195" M2="1" /><JD P1="172,198" M1="1" c="ffffff,6,1,0" P2="172,182" M2="1" /><JD P1="172,182" M1="1" c="ffffff,6,1,0" P2="174,174" M2="1" /><JD P1="174,174" M1="1" c="ffffff,6,1,0" P2="181,172" M2="1" /><JD P1="164,183" M1="1" c="ffffff,6,1,0" P2="180,183" M2="1" /><JD P1="179,201" M1="1" c="0d458d,1,1,0" P2="167,201" M2="1" /><L /></L></Z></C>

Icon facebook! :D
a dit :
<C><P /><Z><S><S H="40" P="1,0,0.3,0.2,0,0,0,0" L="10" X="237" Y="226" T="12" /></S><D /><O /><L><JD P1="235,215" c="000000,1,1,1" P2="235,238" /><JD P1="235,238" c="000000,1,1,1" P2="238,243" /><JD P1="238,243" c="000000,1,1,1" P2="240,239" /><JD P1="240,239" c="000000,1,1,1" P2="240,216" /><JD P1="240,216" c="000000,1,1,1" P2="247,215" /><JD P1="247,215" c="000000,1,1,1" P2="248,214" /><JD P1="248,214" c="000000,1,1,1" P2="248,211" /><JD P1="248,211" c="000000,1,1,1" P2="245,209" /><JD P1="245,209" c="000000,1,1,1" P2="228,209" /><JD P1="228,209" c="000000,1,1,1" P2="225,210" /><JD P1="225,210" c="000000,1,1,1" P2="225,213" /><JD P1="225,213" c="000000,1,1,1" P2="229,215" /><JD P1="229,215" c="000000,1,1,1" P2="235,215" /><JD P1="247,211" c="000000,1,1,1" P2="245,212" /><JD P1="245,212" c="000000,1,1,1" P2="239,212" /><JD P1="239,212" c="000000,1,1,1" P2="230,212" /><JD P1="230,212" c="000000,1,1,1" P2="227,212" /><JD P1="227,212" c="000000,1,1,1" P2="225,211" /><JD P1="236,214" c="797979,2,1,0" P2="236,238" /><JD P1="239,214" c="797979,2,1,0" P2="239,238" /><JD P1="237,215" c="797979,2,1,0" P2="238,241" /><JD P1="236,236" c="797979,2,1,0" P2="237,240" /><JD P1="239,236" c="797979,2,1,0" P2="239,240" /><JD P1="228,213" c="797979,2,1,0" P2="247,213" /><JD P1="247,214" c="797979,2,1,0" P2="239,215" /><JD P1="241,214" c="797979,2,1,0" P2="228,214" /><JD P1="229,213" c="797979,2,1,0" P2="226,212" /><JD P1="226,210" c="797979,2,1,0" P2="245,210" /><JD P1="245,210" c="797979,2,1,0" P2="246,211" /><JD P1="246,211" c="797979,2,1,0" P2="226,211" /><JD P1="238,218" c="D9D9D9,1,1,0" P2="238,235" /><JD P1="238,235" c="D9D9D9,1,1,0" P2="239,235" /><JD P1="239,235" c="D9D9D9,1,1,0" P2="239,218" /><JD P1="240,210" c="D9D9D9,1,1,0" P2="243,210" /></L></Z></C>

Nail

a dit :
<C><P /><Z><S><S P="1,0,0.3,1,0,0,0,0" L="19" H="10" X="342" Y="223" T="13" /></S><D /><O /><L><JD P1="289,224" c="ffffff,1,0.41,1" P2="318,221" /><JD P1="318,221" c="ffffff,1,0.41,1" P2="329,212" /><JD P1="329,212" c="ffffff,1,0.41,1" P2="323,201" /><JD P1="323,201" c="ffffff,1,0.41,1" P2="334,207" /><JD P1="334,207" c="ffffff,1,0.41,1" P2="343,207" /><JD P1="343,207" c="ffffff,1,0.41,1" P2="348,191" /><JD P1="348,191" c="ffffff,1,0.41,1" P2="348,209" /><JD P1="348,209" c="ffffff,1,0.41,1" P2="354,214" /><JD P1="354,214" c="ffffff,1,0.41,1" P2="366,213" /><JD P1="366,213" c="ffffff,1,0.41,1" P2="357,219" /><JD P1="357,219" c="ffffff,1,0.41,1" P2="358,230" /><JD P1="358,230" c="ffffff,1,0.41,1" P2="369,246" /><JD P1="369,246" c="ffffff,1,0.41,1" P2="369,250" /><JD P1="369,250" c="ffffff,1,0.41,1" P2="347,235" /><JD P1="347,235" c="ffffff,1,0.41,1" P2="340,235" /><JD P1="340,235" c="ffffff,1,0.41,1" P2="332,240" /><JD P1="332,240" c="ffffff,1,0.41,1" P2="323,250" /><JD P1="323,250" c="ffffff,1,0.41,1" P2="327,239" /><JD P1="327,239" c="ffffff,1,0.41,1" P2="324,229" /><JD P1="324,229" c="ffffff,1,0.41,1" P2="317,226" /><JD P1="317,226" c="ffffff,1,0.41,1" P2="290,224" /><JD P1="335,221" c="ffffff,20,0.41,1" P2="343,223" /><JD P1="346,219" c="ffffff,20,0.41,1" P2="338,217" /><JD P1="344,209" c="ffffff,1,0.41,1" P2="347,194" /><JD P1="347,194" c="ffffff,1,0.41,1" P2="347,209" /><JD P1="344,211" c="ffffff,1,0.41,0" P2="347,202" /><JD P1="354,216" c="ffffff,1,0.41,0" P2="363,214" /><JD P1="363,214" c="ffffff,1,0.41,0" P2="354,218" /><JD P1="339,223" c="ffffff,27,0.41,0" P2="339,224" /><JD P1="348,229" c="ffffff,10,0.41,0" P2="353,224" /><JD P1="349,234" c="ffffff,3,0.41,0" P2="367,247" /><JD P1="367,247" c="ffffff,3,0.41,0" P2="355,227" /><JD P1="352,232" c="ffffff,3,0.41,0" P2="362,241" /><JD P1="362,241" c="ffffff,3,0.41,0" P2="353,228" /><JD P1="346,230" c="ffffff,3,0.41,0" P2="357,237" /><JD P1="335,234" c="ffffff,3,0.41,0" P2="325,246" /><JD P1="332,237" c="ffffff,3,0.41,0" P2="335,236" /><JD P1="328,241" c="ffffff,3,0.41,0" P2="326,227" /><JD P1="330,213" c="ffffff,3,0.41,0" P2="317,223" /><JD P1="317,223" c="ffffff,3,0.41,0" P2="297,224" /><JD P1="309,224" c="ffffff,3,0.41,0" P2="333,224" /><JD P1="322,219" c="ffffff,3,0.41,0" P2="329,220" /><JD P1="322,225" c="ffffff,3,0.41,0" P2="323,219" /><JD P1="325,225" c="ffffff,3,0.41,0" P2="324,220" /><JD P1="315,225" c="ffffff,3,0.41,0" P2="326,228" /><JD P1="330,229" c="ffffff,3,0.41,0" P2="328,235" /><JD P1="327,231" c="ffffff,3,0.41,0" P2="330,238" /><JD P1="332,231" c="ffffff,3,0.41,0" P2="330,236" /><JD P1="332,214" c="ffffff,3,0.41,0" P2="325,203" /><JD P1="325,203" c="ffffff,3,0.41,0" P2="337,211" /><JD P1="333,211" c="ffffff,3,0.41,0" P2="330,208" /><JD P1="346,213" c="ffffff,3,0.41,0" P2="347,198" /><JD P1="341,210" c="ffffff,3,0.41,0" P2="345,204" /></L></Z></C>

Spirit.
a dit :
<C><P /><Z><S><S H="10" P="1,0,0.3,0.2,0,0,0,0" L="15" X="242" Y="187" T="13" /></S><D /><O /><L><JD P1="241,162" c="000000,1,1,1" P2="239,169" /><JD P1="239,169" c="000000,1,1,1" P2="231,181" /><JD P1="231,181" c="000000,1,1,1" P2="227,188" /><JD P1="227,188" c="000000,1,1,1" P2="228,193" /><JD P1="232,200" c="000000,1,1,1" P2="240,202" /><JD P1="240,202" c="000000,1,1,1" P2="248,201" /><JD P1="248,201" c="000000,1,1,1" P2="254,194" /><JD P1="254,194" c="000000,1,1,1" P2="255,186" /><JD P1="255,186" c="000000,1,1,1" P2="248,176" /><JD P1="248,176" c="000000,1,1,1" P2="242,165" /><JD P1="242,165" c="000000,1,1,1" P2="241,162" /><JD P1="241,177" c="13C9EC,13,1,0" P2="238,195" /><JD P1="239,193" c="13C9EC,13,1,0" P2="234,188" /><JD P1="234,190" c="13C9EC,13,1,0" P2="237,183" /><JD P1="243,180" c="13C9EC,13,1,0" P2="248,188" /><JD P1="243,187" c="13C9EC,13,1,0" P2="242,195" /><JD P1="238,190" c="13C9EC,13,1,0" P2="245,195" /><JD P1="243,189" c="13C9EC,13,1,0" P2="247,192" /><JD P1="247,190" c="13C9EC,13,1,0" P2="248,190" /><JD P1="237,194" c="13C9EC,13,1,0" P2="235,191" /><JD P1="241,188" c="13C9EC,13,1,0" P2="236,194" /><JD P1="244,172" c="13C9EC,4,1,0" P2="241,168" /><JD P1="238,173" c="13C9EC,4,1,0" P2="241,170" /><JD P1="241,169" c="13C9EC,1,1,0" P2="241,163" /><JD P1="243,168" c="13C9EC,1,1,0" P2="241,164" /><JD P1="228,193" c="000000,1,1,1" P2="231,199" /><JD P1="231,199" c="000000,1,1,1" P2="232,200" /><JD P1="248,187" c="96E6F5,6,1,0" P2="247,191" /><JD P1="239,197" c="96E6F5,6,1,0" P2="243,197" /></L></Z></C>

Drop
Skipjack
« Citoyen »
1360855020000
    • Skipjack#0000
    • Profil
    • Derniers messages
    • Tribu
#128
  0
Draw big frises.
Fxie
« Citoyen »
1360870860000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#129
  0
i don' add items
Sloocky
« Citoyen »
1360884480000
    • Sloocky#0000
    • Profil
    • Derniers messages
#130
  0
Why? /\
Mousechris
« Censeur »
1360886400000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#131
  0
cause you can add them yourself, or let me but for the price i get to steal the credit hue hue
Sloocky
« Citoyen »
1360892280000
    • Sloocky#0000
    • Profil
    • Derniers messages
#132
  0
Ops, i dont knew. HAHAHA. Thank you. c:
Now i have my icon facebook there *-*
Fluffyshine
« Citoyen »
1360892520000
    • Fluffyshine#0000
    • Profil
    • Derniers messages
    • Tribu
#133
  0
Sloocky a dit :

Now i have my icon facebook there *-*

It ain't useful, imo :P
Sloocky
« Citoyen »
1360892760000
    • Sloocky#0000
    • Profil
    • Derniers messages
#134
  0
.-. Why? Your ball red also not. u.u
---------------------------
OUSH! My flag en and nail are fail! :(
Tailtong
« Citoyen »
1360953960000
    • Tailtong#0000
    • Profil
    • Derniers messages
    • Tribu
#135
  0
I made a trollface, ok.
Fxie
« Citoyen »
1360956540000
    • Fxie#0000
    • Profil
    • Derniers messages
    • Tribu
#136
  0
deleted some blank items

also i don't know how viprin's tool works, but when you attach joints to a ground be sure it's centered, not just a random ground somewhere. otherwise you get the effect you might have noticed where the object is, y'know, not centered.


also while board decided to replicate the heart things

http://i.imgur.com/Y6AFYpJ.png
Suikodenii
« Citoyen »
1360992840000
    • Suikodenii#0000
    • Profil
    • Derniers messages
    • Tribu
#137
  0
How do you even make your own object and I can't put any object into my map xml code... It's kind of hard to understand
Tailtong
« Citoyen »
1361018880000
    • Tailtong#0000
    • Profil
    • Derniers messages
    • Tribu
#138
  0
my computer icon didnt work, delete asap pls
Girlykaylie
« Citoyen »
1361019480000
    • Girlykaylie#0000
    • Profil
    • Derniers messages
#139
  0
Aleeeeeh a dit :
There's no 0 Z value o:

nice,like it a lot well done!
Brkeeee
« Censeur »
1361027940000
    • Brkeeee#0000
    • Profil
    • Derniers messages
    • Tribu
#140
  0
Nice program Fxie! I want to skeleton cat

http://i.imgur.com/5mUqq.png
  • Forums
  • /
  • Transformice
  • /
  • Éditeur de cartes
  • /
  • cjobjects
« ‹ 7 / 14 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27