aboutsummaryrefslogtreecommitdiffstats
path: root/godot (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-17very scuffed detection which way the die facesLibravatar IcECreAm7772-14/+100
the mapping of the buffs might be incorrect
2022-07-17scoreboard can be accessed when pressing tabLibravatar IcECreAm7772-0/+21
2022-07-17simple scoreboardLibravatar IcECreAm7776-15/+524
2022-07-17moved level loading and score tracking to the game classLibravatar IcECreAm7772-60/+42
2022-07-17added bgmLibravatar IcECreAm7776-2/+32
2022-07-16fixed merge conflictsLibravatar cel3-69/+10
2022-07-16add menu and switch die code from rust to gdscriptLibravatar cel16-53/+312
2022-07-16goal zoneLibravatar IcECreAm7777-37/+50
the rest is trash
2022-07-16goal post hitbox and level loader in gd scriptLibravatar IcECreAm7776-9/+135
2022-07-16deactivate ball after 5sLibravatar David1-0/+1
2022-07-16make buffs workLibravatar David2-3/+19
2022-07-16fix up angle and forceLibravatar David1-1/+1
2022-07-16better stopping detectionLibravatar David1-2/+2
2022-07-16brugLibravatar IcECreAm77728-37/+84
2022-07-16updated gitattributesLibravatar IcECreAm7771-0/+0
2022-07-16better mouse handling. correct impulseLibravatar David2-2/+6
2022-07-16new node structureLibravatar David8-61/+108
2022-07-16Create diceGolf_track1.glbLibravatar Scarabeaver1-0/+0
2022-07-16add separate shooting intensityLibravatar David1-4/+4
2022-07-16applying force after pressing leftclick and dragging the mouseLibravatar IcECreAm7771-4/+19
2022-07-16basic camera movementLibravatar IcECreAm7773-7/+38
also events for other movements
2022-07-16uuuhhLibravatar David16-16/+218
2022-07-16add base dice modelLibravatar cel4-10/+11
2022-07-15added rigidbody to dicesceneLibravatar Scarabeaver1-2/+29
2022-07-15create base project structureLibravatar cel25-260/+1248