From fedcd7fb3bae6f2e1f306368d33681f2471cb828 Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Mon, 29 Apr 2024 12:20:38 +0200 Subject: [PATCH 1/5] Switch demo versions to Jitter 2.2.1 --- docs/docs/01_quickstart/00-project-setup.md | 2 +- other/GodotDemo/JitterGodot.csproj | 2 +- other/GodotSoftBodies/JitterGodot.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/01_quickstart/00-project-setup.md b/docs/docs/01_quickstart/00-project-setup.md index bd261b60..89061bd7 100644 --- a/docs/docs/01_quickstart/00-project-setup.md +++ b/docs/docs/01_quickstart/00-project-setup.md @@ -27,7 +27,7 @@ Next, create a new console application in this directory and add Raylib-cs and J ```sh dotnet new console dotnet add package Raylib-cs --version 5.0.0 -dotnet add package Jitter2 --version 2.1.1 +dotnet add package Jitter2 --version 2.2.1 ``` You have completed the setup. If you now execute the following command: diff --git a/other/GodotDemo/JitterGodot.csproj b/other/GodotDemo/JitterGodot.csproj index f3d9a3ff..a32257b1 100644 --- a/other/GodotDemo/JitterGodot.csproj +++ b/other/GodotDemo/JitterGodot.csproj @@ -4,6 +4,6 @@ true - + \ No newline at end of file diff --git a/other/GodotSoftBodies/JitterGodot.csproj b/other/GodotSoftBodies/JitterGodot.csproj index 79b7b3dc..ac479b04 100644 --- a/other/GodotSoftBodies/JitterGodot.csproj +++ b/other/GodotSoftBodies/JitterGodot.csproj @@ -4,6 +4,6 @@ true - + From 47914150136bbcc79a5e459c4ac9cb22bd849b5b Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Mon, 29 Apr 2024 12:25:56 +0200 Subject: [PATCH 2/5] Bump Godot to 4.2.2 --- other/GodotDemo/JitterGodot.csproj | 2 +- other/GodotDemo/main_scene.tscn | 1 - other/GodotSoftBodies/JitterGodot.csproj | 4 ++-- other/GodotSoftBodies/main_scene.tscn | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/other/GodotDemo/JitterGodot.csproj b/other/GodotDemo/JitterGodot.csproj index a32257b1..7c136293 100644 --- a/other/GodotDemo/JitterGodot.csproj +++ b/other/GodotDemo/JitterGodot.csproj @@ -1,4 +1,4 @@ - + net8.0 true diff --git a/other/GodotDemo/main_scene.tscn b/other/GodotDemo/main_scene.tscn index 5830227d..2ef7cfb8 100644 --- a/other/GodotDemo/main_scene.tscn +++ b/other/GodotDemo/main_scene.tscn @@ -7,7 +7,6 @@ [sub_resource type="PlaneMesh" id="PlaneMesh_bdasd"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6v48f"] -albedo_color = Color(0.34902, 0.505882, 0.717647, 1) albedo_texture = ExtResource("1_cx0yb") metallic = 0.29 metallic_specular = 0.54 diff --git a/other/GodotSoftBodies/JitterGodot.csproj b/other/GodotSoftBodies/JitterGodot.csproj index ac479b04..7c136293 100644 --- a/other/GodotSoftBodies/JitterGodot.csproj +++ b/other/GodotSoftBodies/JitterGodot.csproj @@ -1,4 +1,4 @@ - + net8.0 true @@ -6,4 +6,4 @@ - + \ No newline at end of file diff --git a/other/GodotSoftBodies/main_scene.tscn b/other/GodotSoftBodies/main_scene.tscn index 1f1be909..99a2cd8a 100644 --- a/other/GodotSoftBodies/main_scene.tscn +++ b/other/GodotSoftBodies/main_scene.tscn @@ -6,7 +6,6 @@ [sub_resource type="PlaneMesh" id="PlaneMesh_bdasd"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6v48f"] -albedo_color = Color(0.694118, 0.756863, 0.976471, 1) uv1_scale = Vector3(10, 10, 10) [sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_hoxee"] From 971de0d058d7b78ec4e9267c41c3cb8a1408ae32 Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Mon, 29 Apr 2024 12:27:37 +0200 Subject: [PATCH 3/5] Bump Godot to 4.2.2 --- other/GodotDemo/main_scene.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/other/GodotDemo/main_scene.tscn b/other/GodotDemo/main_scene.tscn index 2ef7cfb8..b872317e 100644 --- a/other/GodotDemo/main_scene.tscn +++ b/other/GodotDemo/main_scene.tscn @@ -7,6 +7,7 @@ [sub_resource type="PlaneMesh" id="PlaneMesh_bdasd"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6v48f"] +albedo_color = Color(0.694118, 0.756863, 0.976471, 1) albedo_texture = ExtResource("1_cx0yb") metallic = 0.29 metallic_specular = 0.54 From f34e8958293befe7fb3a8b96b49a3c5fc6095e47 Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Mon, 29 Apr 2024 12:28:31 +0200 Subject: [PATCH 4/5] Bump Godot to 4.2.2 --- other/GodotDemo/main_scene.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/GodotDemo/main_scene.tscn b/other/GodotDemo/main_scene.tscn index b872317e..5830227d 100644 --- a/other/GodotDemo/main_scene.tscn +++ b/other/GodotDemo/main_scene.tscn @@ -7,7 +7,7 @@ [sub_resource type="PlaneMesh" id="PlaneMesh_bdasd"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6v48f"] -albedo_color = Color(0.694118, 0.756863, 0.976471, 1) +albedo_color = Color(0.34902, 0.505882, 0.717647, 1) albedo_texture = ExtResource("1_cx0yb") metallic = 0.29 metallic_specular = 0.54 From db762b1ab587b162f221aab988d5878b41ca6f15 Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Mon, 29 Apr 2024 12:29:46 +0200 Subject: [PATCH 5/5] Bump Godot to 4.2.2 --- other/GodotSoftBodies/main_scene.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/other/GodotSoftBodies/main_scene.tscn b/other/GodotSoftBodies/main_scene.tscn index 99a2cd8a..1f1be909 100644 --- a/other/GodotSoftBodies/main_scene.tscn +++ b/other/GodotSoftBodies/main_scene.tscn @@ -6,6 +6,7 @@ [sub_resource type="PlaneMesh" id="PlaneMesh_bdasd"] [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6v48f"] +albedo_color = Color(0.694118, 0.756863, 0.976471, 1) uv1_scale = Vector3(10, 10, 10) [sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_hoxee"]