Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-17 | fix mouse aim AGAIN | 2 | -13/+33 | ||
2022-07-17 | move camera up | 2 | -2/+4 | ||
2022-07-17 | change default level to first level | 3 | -101/+108 | ||
2022-07-17 | asset for the goal trigger | 7 | -7/+60 | ||
2022-07-17 | scoreboard added again | 1 | -0/+8 | ||
2022-07-17 | post game behaviour | 2 | -37/+29 | ||
2022-07-17 | fix mouse aim | 1 | -27/+26 | ||
2022-07-17 | very scuffed detection which way the die faces | 2 | -14/+100 | ||
the mapping of the buffs might be incorrect | |||||
2022-07-17 | scoreboard can be accessed when pressing tab | 2 | -0/+21 | ||
2022-07-17 | simple scoreboard | 4 | -0/+519 | ||
2022-07-17 | moved level loading and score tracking to the game class | 1 | -5/+42 | ||
2022-07-17 | added bgm | 2 | -2/+20 | ||
2022-07-16 | fixed merge conflicts | 3 | -69/+10 | ||
2022-07-16 | add menu and switch die code from rust to gdscript | 11 | -49/+246 | ||
2022-07-16 | goal zone | 5 | -35/+23 | ||
the rest is trash | |||||
2022-07-16 | added barrier turrets and placed in level1 | 1 | -26/+138 | ||
2022-07-16 | goal post hitbox and level loader in gd script | 1 | -3/+49 | ||
2022-07-16 | deactivate ball after 5s | 1 | -0/+1 | ||
2022-07-16 | make buffs work | 2 | -3/+19 | ||
2022-07-16 | material edit | 1 | -3/+14 | ||
2022-07-16 | car imports + level1 lighting update | 1 | -21/+68 | ||
2022-07-16 | update level1 + new car models | 1 | -0/+78 | ||
2022-07-16 | replaced level1 geometry for mesh-collider | 1 | -14/+150 | ||
2022-07-16 | update level 1 + lfs anpassung | 1 | -3/+40 | ||
2022-07-16 | Update level1.tscn | 1 | -2/+2 | ||
2022-07-16 | fix up angle and force | 1 | -1/+1 | ||
2022-07-16 | replaced faulty track1 with lvl1 scene | 2 | -3/+3 | ||
2022-07-16 | better stopping detection | 1 | -2/+2 | ||
2022-07-16 | brug | 1 | -14/+3 | ||
2022-07-16 | updated track1 | 1 | -2/+2 | ||
2022-07-16 | CityLevel1 Szene erstellt | 2 | -14/+6 | ||
2022-07-16 | better mouse handling. correct impulse | 2 | -2/+6 | ||
2022-07-16 | new node structure | 7 | -61/+104 | ||
2022-07-16 | add separate shooting intensity | 1 | -4/+4 | ||
2022-07-16 | applying force after pressing leftclick and dragging the mouse | 1 | -4/+19 | ||
2022-07-16 | basic camera movement | 1 | -7/+22 | ||
also events for other movements | |||||
2022-07-16 | uuuhh | 7 | -12/+100 | ||
2022-07-16 | add base dice model | 3 | -9/+10 | ||
2022-07-15 | added rigidbody to dicescene | 1 | -2/+29 | ||
2022-07-15 | create base project structure | 6 | -14/+37 | ||