Commit Graph

9 Commits

Author SHA1 Message Date
EgonVM a56a1a0a45 Added an ability for the wand to become active and inactive
Calling it for the day.
2024-05-14 22:20:12 +03:00
EgonVM 7993086cf0 Added Color Blending
Going through two runes of different color will now blend the color the wand emits.
2024-05-14 19:23:21 +03:00
EgonVM 6dbc28d071 Fixed Rune Reactivation Bug
Fixed a bug that caused the rune to constantly activate when pointed to, causing them to constantly make a noise.
That was done by not only adding a check to the function, but also temporarily making the rune active before the inactive set-up.
2024-05-13 21:01:54 +03:00
EgonVM 0ce7bea1aa Added Ray Tracing Detection
Now the runes can be activated with the wand. Finally! Now we can go home and sleep!
2024-05-12 01:05:34 +03:00
EgonVM c87523de35 Started Wand Building
More to be done in the room 2006, where I can make sure that the grab component works fine.
2024-05-09 22:47:02 +03:00
DOMENIS\ukuvarbl c5a86d929d add sound effect for making runes active
also made runes toggle activeness over time to showcase the shound effect
2024-05-08 14:35:48 +03:00
EgonVM 6685e07510 Changed sizes thanks to testing in VR 2024-05-08 11:57:52 +03:00
EgonVM 22e300b044 Added rune blueprint
This includes:
Stone
Picture texture
Sparkles
Light
And code that makes the light intensity and sparkle effects change when active state is changed.
2024-05-07 21:19:09 +03:00
EgonVM 49375fb205 Started the game
Added the assets, made a new map, and put in a new blueprint class.
2024-05-06 20:43:04 +03:00