Add README.md
This commit is contained in:
parent
4d0e64ed87
commit
841f448d9f
@ -1,4 +1,4 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.0-beta.3">
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.0">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
|
12
ADEPT-Godot/ADEPT.csproj.old
Normal file
12
ADEPT-Godot/ADEPT.csproj.old
Normal file
@ -0,0 +1,12 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.0-beta.3">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CogwheelLib" Version="1.3.1" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Client\Scripts\UI\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
1
ADEPT-Godot/Core/Scripts/Adept.cs.uid
Normal file
1
ADEPT-Godot/Core/Scripts/Adept.cs.uid
Normal file
@ -0,0 +1 @@
|
||||
uid://d0sq55ould0ne
|
10
ADEPT-Godot/README.md
Normal file
10
ADEPT-Godot/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
# ADEPT
|
||||
<i>A different kind of LMS</i>
|
||||
|
||||
## ADEPT Language and definitions
|
||||
|
||||
ADEPT: Advanced Digital Education Platform and Toolkit
|
||||
ILE: Interactive Learning Environment
|
||||
LMS: Learning Management System
|
||||
CMS: Classroom Management System
|
||||
|
Reference in New Issue
Block a user