32 Commits

Author SHA1 Message Date
ayresma e1ceb2f7fc cube
cuuuube
2025-05-21 17:41:43 -04:00
janna_a c040d71325 level edits 2025-05-20 00:55:14 -04:00
janna_a 3b101338af room 2 level edits
spaced it out more
2025-05-14 21:39:32 -04:00
janna_a d21de2a7c5 conveyor belt blueprint
character now gets moved on conveyor belt. Should the cb also move other actors?
2025-05-12 15:44:47 -04:00
janna_a 2c6a41a183 updated content folder 2025-05-09 20:07:18 -04:00
lance1416 f9748da896 Merge pull request 'Rewrite Cable System' (#8) from feat/cable-system into main
Reviewed-on: #8
2025-05-07 13:03:16 -04:00
lance1416 10dbf33a52 Rewrite switch cable matching system 2025-05-07 01:43:36 -04:00
lance1416 651741e3b8 Fix some spell system 2025-05-05 22:06:18 -04:00
lance1416 61bbb894e7 Clean-up contents directory 2025-05-05 21:58:54 -04:00
lance1416 735f295603 Fix build settings 2025-05-05 15:59:13 -04:00
lance1416 e620e88316 Bump to UE 5.5 2025-05-02 13:20:15 -04:00
alhashij 89dd092825 updated switchID and TargetSwitchID 2025-03-14 16:28:42 -04:00
alhashij cc470469c6 updated pause menu 2025-03-12 22:25:09 -04:00
alhashij 0b07ee5519 Level Layout + Switch matches for room 1
Greyboxed main areas(still need to do third and fourth room
Switch puzzle functionality(still in progress)
Slime Material
Organized Files
Created a Title screen Map
2025-03-12 22:09:57 -04:00
lance1416 03ae94b586 Add collision cooldown 2025-02-27 22:30:43 -05:00
lance1416 dab26def17 Add up speed 2025-02-27 22:15:07 -05:00
lance1416 5026ee5da2 Add bouncy bubble 2025-02-27 21:53:18 -05:00
lance1416 268723e17c Add hammer actor 2025-02-25 23:11:33 -05:00
lance1416 8c68d2efc2 Add README.md 2025-02-23 22:00:08 +00:00
lance1416 d3f9f594af Add basic code 2025-02-22 01:06:04 -05:00
alhashij 9ffe9abddb Fly fixed
cpp code
2025-02-16 23:32:57 -05:00
alhashij faeb20cec1 lvldesign 2025-02-16 23:20:16 -05:00
alhashij f75549d073 test 2025-02-11 21:56:56 -05:00
alhashij cd8fb9fb23 deleted ludusai 2025-02-05 21:33:56 -05:00
alhashij 556df64ffc Testing out mechanics, pushing to see if it overwrites the fly bug 2025-01-15 22:33:24 -05:00
lance1416 a7a2e522fa Add spell training widget and logic 2025-01-06 03:42:06 -05:00
lance1416 32f7d37242 Move input action binding to LumiController 2025-01-06 01:23:15 -05:00
lance1416 f0efc9639c Integrate $1 into LumiCharacter 2025-01-04 04:02:26 -05:00
lance1416 1f0533daf1 Fix spell drawing 2025-01-04 03:14:05 -05:00
lance1416 fbffa6ae71 Add $1 uni-stroke recognizer system 2025-01-03 01:50:25 -05:00
lance1416 3abf8d34f0 Fix teleportation pivot 2024-12-27 01:32:29 -05:00
lance1416 8366c7a571 Fix BP_LumiCharacter.uasset 2024-12-26 23:39:28 -05:00
794 changed files with 3213 additions and 1346 deletions
-9
View File
@@ -1,11 +1,2 @@
[UnrealEd.SimpleMap]
SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
[EditoronlyBP]
bAllowClassAndBlueprintPinMatching=true
bReplaceBlueprintWithClass= true
bDontLoadBlueprintOutsideEditor= true
bBlueprintIsNotBlueprintType= true
[/Script/AdvancedPreviewScene.SharedProfiles]
+8
View File
@@ -0,0 +1,8 @@
[/Script/LudusCore.LudusSettings]
AuthToken=eyJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiYWxoYXNoaWoiLCJlbWFpbCI6ImFsaGFzaGlqQHNoZXJpZGFuY29sbGVnZS5jYSIsInBpY3R1cmUiOiJodHRwczovL2F2YXRhcnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3UvMTI3MjMwNzQ0P3Y9NCIsInN1YiI6IjEyNzIzMDc0NCIsInByb3ZpZGVySWQiOiIxMjcyMzA3NDQiLCJ1c2VySWQiOiI2MzJmZjBhMC05ZTZlLTQyMzctOWVmOS02M2I0NzUyZjI3YjEiLCJsYXN0U3RhdHVzQ2hlY2siOjE3MzY0NjA5NjgzMjF9.QEvTkkQf0GF3WrPBLEpyrzoEeTV8SZCCv3VwnSjowQw
Username=alhashij
UserCredits=291
Email=alhashij@sheridancollege.ca
ApiBaseUrl="https://api.ludusengine.com"
AppBaseUrl="https://app.ludusengine.com"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More