diff options
author | Scarabeaver <kopakoraello@googlemail.com> | 2022-07-16 16:22:33 +0200 |
---|---|---|
committer | Scarabeaver <kopakoraello@googlemail.com> | 2022-07-16 16:22:33 +0200 |
commit | fd2563eedf021a1bbfb59e633aed50433f93d895 (patch) | |
tree | 78be631b64c592f1cdc5960e86aa8e7b68587611 | |
parent | b19d40cb2ff5ae6dd0676e8588c5ad2f76fe7a5e (diff) | |
download | 2022-fd2563eedf021a1bbfb59e633aed50433f93d895.tar.gz 2022-fd2563eedf021a1bbfb59e633aed50433f93d895.tar.bz2 2022-fd2563eedf021a1bbfb59e633aed50433f93d895.zip |
update level 1 + lfs anpassung
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | godot/scenes/levels/level1/level1.tscn | 43 |
2 files changed, 40 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes index 4257496..24d1f8f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,8 +11,6 @@ thirdparty/* linguist-vendored *.png filter=lfs diff=lfs merge=lfs -text *.ttf filter=lfs diff=lfs merge=lfs -text *.tza filter=lfs diff=lfs merge=lfs -text -*.godot filter=lfs diff=lfs merge=lfs -text *.material filter=lfs diff=lfs merge=lfs -text *.import filter=lfs diff=lfs merge=lfs -text -*.tscn filter=lfs diff=lfs merge=lfs -text *.mp3 filter=lfs diff=lfs merge=lfs -text diff --git a/godot/scenes/levels/level1/level1.tscn b/godot/scenes/levels/level1/level1.tscn index 7a7365d..1fe2534 100644 --- a/godot/scenes/levels/level1/level1.tscn +++ b/godot/scenes/levels/level1/level1.tscn @@ -1,3 +1,40 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:955b063704d658ea43ce5cf802cfb7f58e3d21f427e217647b17ea474f56775d -size 1243 +[gd_scene load_steps=5 format=2] + +[ext_resource path="res://assets/game_objects/diceGolf_track1.glb" type="PackedScene" id=1] + +[sub_resource type="BoxShape" id=1] +extents = Vector3( 1.00934, 0.100592, 4.45877 ) + +[sub_resource type="BoxShape" id=2] +extents = Vector3( 0.053826, 2.95013, 3.50005 ) + +[sub_resource type="BoxShape" id=3] + +[node name="Spatial" type="Spatial"] + +[node name="StaticBody" type="StaticBody" parent="."] + +[node name="diceGolf_track1" parent="StaticBody" instance=ExtResource( 1 )] +transform = Transform( -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0, 0, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="StaticBody"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -3.75714 ) +shape = SubResource( 1 ) + +[node name="CollisionShape2" type="CollisionShape" parent="StaticBody"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.448, 0, -3.045 ) +shape = SubResource( 2 ) + +[node name="CollisionShape3" type="CollisionShape" parent="StaticBody"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.448, 0, -3.045 ) +shape = SubResource( 2 ) + +[node name="CollisionShape4" type="CollisionShape" parent="StaticBody"] +transform = Transform( -6.22098e-09, 0, 0.142319, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, 0.450325 ) +shape = SubResource( 2 ) + +[node name="Area" type="Area" parent="StaticBody"] + +[node name="CollisionShape" type="CollisionShape" parent="StaticBody/Area"] +transform = Transform( 0.121517, 0, 0, 0, 0.130879, 0, 0, 0, 0.121517, 0, -0.0975442, -7.17102 ) +shape = SubResource( 3 ) |