Tabletop Simulator

Tabletop Simulator

Spell Pulses Effects Animated
1 条留言
☣CoRNeRNoTe☣ 8 月 16 日 上午 6:18 
Thanks for sharing! I used the flame jet in my Space Crusade game - https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3545458420

took some effort to make it point upwards, got it to work by making it a dice, setting a rotation value and forcing it to land on a face with some quick code -

function onDropped(player_color) self.setRotationValue(1) end