Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SSBookMinigames
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
SSBookMinigames
Commits
f78a8b1f
Commit
f78a8b1f
authored
Feb 22, 2026
by
Yousef Sameh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Font Fix
parent
ee53a082
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
5605 additions
and
2 deletions
+5605
-2
extensions.json
My project/.vscode/extensions.json
+5
-0
launch.json
My project/.vscode/launch.json
+10
-0
settings.json
My project/.vscode/settings.json
+71
-0
SampleScene.unity
My project/Assets/Scenes/SampleScene.unity
+1
-1
TSHakwaty-Regular SDF.asset
My project/Assets/TSHakwaty-Regular SDF.asset
+5504
-0
TSHakwaty-Regular SDF.asset.meta
My project/Assets/TSHakwaty-Regular SDF.asset.meta
+8
-0
My project.slnx
My project/My project.slnx
+5
-0
packages-lock.json
My project/Packages/packages-lock.json
+1
-1
No files found.
My project/.vscode/extensions.json
0 → 100644
View file @
f78a8b1f
{
"recommendations"
:
[
"visualstudiotoolsforunity.vstuc"
]
}
My project/.vscode/launch.json
0 → 100644
View file @
f78a8b1f
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Attach to Unity"
,
"type"
:
"vstuc"
,
"request"
:
"attach"
}
]
}
\ No newline at end of file
My project/.vscode/settings.json
0 → 100644
View file @
f78a8b1f
{
"files.exclude"
:
{
"**/.DS_Store"
:
true
,
"**/.git"
:
true
,
"**/.vs"
:
true
,
"**/.gitmodules"
:
true
,
"**/.vsconfig"
:
true
,
"**/*.booproj"
:
true
,
"**/*.pidb"
:
true
,
"**/*.suo"
:
true
,
"**/*.user"
:
true
,
"**/*.userprefs"
:
true
,
"**/*.unityproj"
:
true
,
"**/*.dll"
:
true
,
"**/*.exe"
:
true
,
"**/*.pdf"
:
true
,
"**/*.mid"
:
true
,
"**/*.midi"
:
true
,
"**/*.wav"
:
true
,
"**/*.gif"
:
true
,
"**/*.ico"
:
true
,
"**/*.jpg"
:
true
,
"**/*.jpeg"
:
true
,
"**/*.png"
:
true
,
"**/*.psd"
:
true
,
"**/*.tga"
:
true
,
"**/*.tif"
:
true
,
"**/*.tiff"
:
true
,
"**/*.3ds"
:
true
,
"**/*.3DS"
:
true
,
"**/*.fbx"
:
true
,
"**/*.FBX"
:
true
,
"**/*.lxo"
:
true
,
"**/*.LXO"
:
true
,
"**/*.ma"
:
true
,
"**/*.MA"
:
true
,
"**/*.obj"
:
true
,
"**/*.OBJ"
:
true
,
"**/*.asset"
:
true
,
"**/*.cubemap"
:
true
,
"**/*.flare"
:
true
,
"**/*.mat"
:
true
,
"**/*.meta"
:
true
,
"**/*.prefab"
:
true
,
"**/*.unity"
:
true
,
"build/"
:
true
,
"Build/"
:
true
,
"Library/"
:
true
,
"library/"
:
true
,
"obj/"
:
true
,
"Obj/"
:
true
,
"Logs/"
:
true
,
"logs/"
:
true
,
"ProjectSettings/"
:
true
,
"UserSettings/"
:
true
,
"temp/"
:
true
,
"Temp/"
:
true
},
"files.associations"
:
{
"*.asset"
:
"yaml"
,
"*.meta"
:
"yaml"
,
"*.prefab"
:
"yaml"
,
"*.unity"
:
"yaml"
,
},
"explorer.fileNesting.enabled"
:
true
,
"explorer.fileNesting.patterns"
:
{
"*.sln"
:
"*.csproj"
,
"*.slnx"
:
"*.csproj"
},
"dotnet.defaultSolution"
:
"My project.slnx"
}
\ No newline at end of file
My project/Assets/Scenes/SampleScene.unity
View file @
f78a8b1f
...
@@ -579,7 +579,7 @@ MonoBehaviour:
...
@@ -579,7 +579,7 @@ MonoBehaviour:
gradeId
:
0
gradeId
:
0
questionCount
:
8
questionCount
:
8
classCode
:
classCode
:
arabicFont
:
{
fileID
:
11400000
,
guid
:
26b3aa44ee4404ecaa3e6659fc8e4a86
,
type
:
2
}
arabicFont
:
{
fileID
:
11400000
,
guid
:
8b4edeefed0fc9f60b1084045988b4cb
,
type
:
2
}
useOfflineTestData
:
1
useOfflineTestData
:
1
---
!u!114
&1440871594
---
!u!114
&1440871594
MonoBehaviour
:
MonoBehaviour
:
...
...
My project/Assets/TSHakwaty-Regular SDF.asset
0 → 100644
View file @
f78a8b1f
This diff is collapsed.
Click to expand it.
My project/Assets/TSHakwaty-Regular SDF.asset.meta
0 → 100644
View file @
f78a8b1f
fileFormatVersion: 2
guid: 8b4edeefed0fc9f60b1084045988b4cb
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
My project/My project.slnx
0 → 100644
View file @
f78a8b1f
<Solution>
<Project Path="Assembly-CSharp.csproj" />
<Project Path="Assembly-CSharp-firstpass.csproj" />
<Project Path="Assembly-CSharp-Editor.csproj" />
</Solution>
My project/Packages/packages-lock.json
View file @
f78a8b1f
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
"url"
:
"https://packages.unity.com"
"url"
:
"https://packages.unity.com"
},
},
"com.unity.burst"
:
{
"com.unity.burst"
:
{
"version"
:
"1.8.2
6
"
,
"version"
:
"1.8.2
5
"
,
"depth"
:
2
,
"depth"
:
2
,
"source"
:
"registry"
,
"source"
:
"registry"
,
"dependencies"
:
{
"dependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment