Skip to content

Commit

Permalink
chore(deps): update dependency godotengine/godot to v4.2.2-stable (#62)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency godotengine/godot to v4.2.2-stable

* build: adapt import recipe

* chore: re-export start_line mesh without UV coordinates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: florianvazelle <[email protected]>
  • Loading branch information
renovate[bot] and florianvazelle authored Apr 24, 2024
1 parent 2106e08 commit 1e97c71
Show file tree
Hide file tree
Showing 4 changed files with 1,098 additions and 3,085 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Godot

GODOT_VERSION=4.2.1-stable
GODOT_VERSION=4.2.2-stable

# Game

Expand Down
5 changes: 1 addition & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,9 @@ godot *ARGS: check-godot check-templates
@install-addons:
[ -f plug.gd ] && just godot --headless --script plug.gd install force || true

# Workaround from https://github.com/godotengine/godot/pull/68461
# Import game resources
@import-resources:
just godot --headless --export-pack null /dev/null
# timeout 60 just godot --editor || true
# just godot --headless --quit --editor
just godot --headless --import

# Open the Godot editor
@editor:
Expand Down
21 changes: 11 additions & 10 deletions assets/blocks/start_line.mtl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

# Blender MTL File: 'start_line.blend'
# Material Count: 3
# Blender 3.6.11 MTL File: 'None'
# www.blender.org

newmtl Default_OBJ
Ns 225.000000
Expand All @@ -12,8 +11,8 @@ Ni 1.450000
d 1.000000
illum 2

newmtl Material
Ns 323.999994
newmtl Material.001
Ns 324.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Expand All @@ -23,9 +22,11 @@ d 1.000000
illum 2

newmtl None
Ns 500
Ka 0.8 0.8 0.8
Kd 0.8 0.8 0.8
Ks 0.8 0.8 0.8
d 1
Ns 500.000000
Ka 0.800000 0.800000 0.800000
Kd 0.800000 0.800000 0.800000
Ks 0.800000 0.800000 0.800000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 2
Loading

0 comments on commit 1e97c71

Please sign in to comment.