diff --git a/Editor/Coral.Managed.runtimeconfig.json b/Editor/Coral.Managed.runtimeconfig.json index a6633daf..5eeef6d9 100644 --- a/Editor/Coral.Managed.runtimeconfig.json +++ b/Editor/Coral.Managed.runtimeconfig.json @@ -1,10 +1,10 @@ { "runtimeOptions": { - "tfm": "net7.0", + "tfm": "net8.0", "rollForward": "LatestMinor", "framework": { "name": "Microsoft.NETCore.App", - "version": "7.0.0" + "version": "8.0.0" } } } \ No newline at end of file diff --git a/Resources/Images/box.png b/Resources/Images/box.png new file mode 100644 index 00000000..c2bd2542 Binary files /dev/null and b/Resources/Images/box.png differ diff --git a/Resources/Images/code.png b/Resources/Images/code.png new file mode 100644 index 00000000..53d96fea Binary files /dev/null and b/Resources/Images/code.png differ diff --git a/Resources/Images/cube.png b/Resources/Images/cube.png new file mode 100644 index 00000000..886ad927 Binary files /dev/null and b/Resources/Images/cube.png differ diff --git a/Resources/Images/light.png b/Resources/Images/light.png new file mode 100644 index 00000000..8a7f67f4 Binary files /dev/null and b/Resources/Images/light.png differ diff --git a/Resources/Images/physics.png b/Resources/Images/physics.png new file mode 100644 index 00000000..7ec3cb54 Binary files /dev/null and b/Resources/Images/physics.png differ diff --git a/Resources/Images/shape.png b/Resources/Images/shape.png new file mode 100644 index 00000000..da422498 Binary files /dev/null and b/Resources/Images/shape.png differ diff --git a/Resources/Images/speaker.png b/Resources/Images/speaker.png new file mode 100644 index 00000000..54824cff Binary files /dev/null and b/Resources/Images/speaker.png differ diff --git a/Resources/Images/wrench.png b/Resources/Images/wrench.png new file mode 100644 index 00000000..7eefb7d6 Binary files /dev/null and b/Resources/Images/wrench.png differ