Game Development Community

Change objects scale for specific clients

by SPECS · in General Discussion · 04/07/2010 (9:18 am) · 0 replies

Hello everybody,

I'm trying to create a puzzle game with different difficulty for each client. ¿How can I modify the redered size of a shape for each player?

I want to create a game in with 2 player can select different cards. The cards objects should be the same for both players (because the will behave the same way, and all players should see them turning at the same time), but depending on the difficulty selected for each player the shapes will "appear" smaller or bigger.

Is it possible with TGE?