~starkingdoms/starkingdoms

ref: f85bb4de01556b03b4b711345acb2bcf3c370502 starkingdoms/crates/kabel/test/syntax/if_else.kab -rw-r--r-- 78 bytes
f85bb4deghostly_zsh ship editor fix: thruster attachment and connected part sprite 2 hours ago
                                                                                
1
2
3
4
5
6
7
if(i == 0) {
    i = 1;
} else if (i == 1) {
    i = 2;
} else {
    i = 3;
}