Jump to content
  • 0

Resources problem


spywaretof

Question

4 answers to this question

Recommended Posts

  • 0

You need to do each resource in a .png like: tree1.png, tree2.png... after put them in the resource folder. Each tree need a alive version and destroy version.

 

I do it:

 

T1_1.png // tree 1begin

T1_2.png // tree 1 destroy

T2_1.png // tree 2 begin

T2_2.png // tree 2 destroy

...

R1_1.png  // rock 1 begin

R1_2.png // rock 1 destroy

R2_1.png  // rock 2 begin

R2_2.png // rock 2 destroy

...

P1_1.png // plant 1 begin

P1_2.png // plant 1 destroy

P2_1.png // plant 2 begin

P2_2.png // plant 2 destroy

...

 

When it's done just create ressource in the ressource editor.

Link to comment
Share on other sites

×
×
  • Create New...