Rakarake · she/they
Rakarake pushed to constant-velocity-jumpstats at Project2/Project2 2025-07-01 15:05:52 +02:00
1c5407a6c4 WIP, need to make sure that unset curves in JumpStats.gd do not contribute to velocity/read
Rakarake pushed to main at Project2/Project2 2025-06-30 23:21:39 +02:00
c82a2bb627 blur prefab
Rakarake pushed to main at Project2/Project2 2025-06-30 22:40:00 +02:00
39a9051821 camers
Rakarake pushed to main at Project2/Project2 2025-06-30 22:28:14 +02:00
9680045e26 CameraFocusZone prefab
Rakarake pushed to main at Project2/Project2 2025-06-30 22:08:39 +02:00
7eff0e670e big project restructure
Rakarake closed issue Project2/Project2#32 2025-06-30 15:10:20 +02:00
Dev camera
Rakarake commented on issue Project2/Project2#32 2025-06-30 15:10:20 +02:00
Dev camera

Done!

Rakarake pushed to main at Project2/Project2 2025-06-30 15:09:10 +02:00
b18ac631b6 Added dev camera
Rakarake opened issue Project2/Project2#91 2025-06-30 14:23:37 +02:00
Set most things to private throughout scripts
Rakarake commented on issue Project2/Project2#88 2025-06-30 14:19:41 +02:00
Walls that aren't slideable still set player animation var on_wall = True

I don't know how I feel about this, but 'stm.state.name == "Wallslide"' will get the job done. What it does is that it checks what internal state we are in, I don't think that the animation system…

Rakarake opened issue Project2/Project2#90 2025-06-30 14:07:12 +02:00
Reading a cameras global_position somehow changes the output of get_screen_center_position()
Rakarake commented on issue Project2/Project2#71 2025-06-30 14:01:55 +02:00
Godot hover documentation sometimes don't work

If there is lacking documenation about somethings specific, open a separate issue

Rakarake closed issue Project2/Project2#80 2025-06-30 14:00:49 +02:00
Document scene transitions (README)
Rakarake closed issue Project2/Project2#84 2025-06-30 02:44:52 +02:00
Cameras: take into consideration camera limits and actual camera position when switching cameras
Rakarake pushed to main at Project2/Project2 2025-06-30 02:37:03 +02:00
8ae735cff8 more README systems overviews
Rakarake pushed to main at Project2/Project2 2025-06-30 01:34:59 +02:00
0738f3ec68 wrote a brief overview of the camera system in README.md
Rakarake opened issue Project2/Project2#89 2025-06-30 01:28:25 +02:00
Camera's interpolation should depend on the target camera's interpolation curve if it exists
Rakarake pushed to main at Project2/Project2 2025-06-30 01:17:23 +02:00
a74b435c5f call it desgusting, but it works
Rakarake pushed to main at Project2/Project2 2025-06-29 19:51:08 +02:00
9dd0b51f8a ExtendedCamera refactor