Compare commits

..

12 Commits

Author SHA1 Message Date
Kolbakilu e6af5671c4 Merge branch 'master' of https://cgvrgit.ulno.net/Kolbakilu/ScaryBogGame into feature-main-menu 2025-01-25 17:30:13 +02:00
Kolbakilu 70f0deaa8f Add main menu. 2025-01-25 17:20:06 +02:00
HSellis dd164d1ad1 bogfather detects collision with player 2025-01-25 16:46:12 +02:00
HSellis 4d020dd473 Merge branch 'master' of cgvrgit.ulno.net:Kolbakilu/ScaryBogGame 2025-01-25 15:38:26 +02:00
HSellis ab247ca9e7 fix pointers? 2025-01-25 15:38:11 +02:00
HSellis 1866891993 BogFather follows you 2025-01-25 15:25:20 +02:00
Kolbakilu 63a59aee22 Edit test env. 2025-01-25 15:23:31 +02:00
Kolbakilu 341e0df141 Edit lamp. 2025-01-25 15:21:21 +02:00
HSellis d87df0e184 change collectable colour 2025-01-25 13:16:20 +02:00
HSellis af23b5467e add gitattributes 2025-01-25 13:06:52 +02:00
HSellis fe02552aa9 Merge branch 'master' of cgvrgit.ulno.net:Kolbakilu/ScaryBogGame 2025-01-25 13:03:03 +02:00
HSellis ce633021d7 constantly line trace 2025-01-25 13:00:55 +02:00
290 changed files with 70 additions and 1 deletions
+31
View File
@@ -0,0 +1,31 @@
# Auto detect text files and perform LF normalization
* text=auto
# UE file types
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text
*.udk filter=lfs diff=lfs merge=lfs -text
*.upk filter=lfs diff=lfs merge=lfs -text
# Anything in `/RawContent` dir. [You create this directory in your projects root folder]
/RawContent/**/* filter=lfs diff=lfs merge=lfs -text
# Raw Content types
*.blend filter=lfs diff=lfs merge=lfs -text
*.duf filter=lfs diff=lfs merge=lfs -text
*.bin.fbx filter=lfs diff=lfs merge=lfs -text
*.fbx filter=lfs diff=lfs merge=lfs -text
*.obj filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.hdr filter=lfs diff=lfs merge=lfs -text
*.exr filter=lfs diff=lfs merge=lfs -text
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.mov filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.3ds filter=lfs diff=lfs merge=lfs -text
*.psd filter=lfs diff=lfs merge=lfs -text
*.mb filter=lfs diff=lfs merge=lfs -text
*.tga filter=lfs diff=lfs merge=lfs -text
*.cubemap filter=lfs diff=lfs merge=lfs -text
*.tif filter=lfs diff=lfs merge=lfs -text
*.xcf filter=lfs diff=lfs merge=lfs -text
File diff suppressed because one or more lines are too long
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.
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