mirror of
https://codeberg.org/schrottkatze/mgd2-tram-championships.git
synced 2025-07-02 01:27:39 +00:00
i have not the slightest idea why this is blowing up in my face rn
This commit is contained in:
parent
324f1c04ed
commit
8f6e24875a
12 changed files with 210 additions and 88 deletions
Binary file not shown.
|
@ -3,50 +3,72 @@
|
|||
"generator":"Khronos glTF Blender I/O v4.4.56",
|
||||
"version":"2.0"
|
||||
},
|
||||
"extensionsUsed":[
|
||||
"KHR_lights_punctual"
|
||||
],
|
||||
"extensionsRequired":[
|
||||
"KHR_lights_punctual"
|
||||
],
|
||||
"extensions":{
|
||||
"KHR_lights_punctual":{
|
||||
"lights":[
|
||||
{
|
||||
"color":[
|
||||
1,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"intensity":54351.41306588226,
|
||||
"type":"point",
|
||||
"name":"Light"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"scene":0,
|
||||
"scenes":[
|
||||
{
|
||||
"extras":{
|
||||
"skein_extension_properties":{
|
||||
"enabled":1
|
||||
}
|
||||
},
|
||||
"name":"Scene",
|
||||
"nodes":[
|
||||
0,
|
||||
1
|
||||
1,
|
||||
2,
|
||||
3
|
||||
]
|
||||
}
|
||||
],
|
||||
"nodes":[
|
||||
{
|
||||
"extensions":{
|
||||
"KHR_lights_punctual":{
|
||||
"light":0
|
||||
}
|
||||
},
|
||||
"name":"Light",
|
||||
"rotation":[
|
||||
-0.28416627645492554,
|
||||
0.7269423007965088,
|
||||
0.34203392267227173,
|
||||
0.5232754945755005
|
||||
],
|
||||
"translation":[
|
||||
4.076245307922363,
|
||||
5.903861999511719,
|
||||
-1.0054539442062378
|
||||
]
|
||||
},
|
||||
{
|
||||
"extras":{
|
||||
"skein_two":[
|
||||
{
|
||||
"name":"TPCTarget",
|
||||
"selected_type_path":"mgd2_demonic_posession::TPCTarget"
|
||||
},
|
||||
{
|
||||
"name":"StaticColliderConfig",
|
||||
"selected_type_path":"mgd2_demonic_posession::game::scene::StaticColliderConfig",
|
||||
"mgd2_demonic_posession::game::scene::StaticColliderConfig":{
|
||||
"x":10.0,
|
||||
"y":5.0,
|
||||
"z":1.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"active_component_index":1,
|
||||
"skein":[
|
||||
{
|
||||
"mgd2_demonic_posession::TPCTarget":{}
|
||||
},
|
||||
{
|
||||
"mgd2_demonic_posession::game::scene::StaticColliderConfig":{
|
||||
"x":10.0,
|
||||
"y":5.0,
|
||||
"y":15.0,
|
||||
"z":1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"bevy_rapier3d::dynamics::rigid_body::RigidBody":"Fixed"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -55,18 +77,6 @@
|
|||
},
|
||||
{
|
||||
"extras":{
|
||||
"skein_two":[
|
||||
{
|
||||
"name":"StaticColliderConfig",
|
||||
"selected_type_path":"mgd2_demonic_posession::game::scene::StaticColliderConfig",
|
||||
"mgd2_demonic_posession::game::scene::StaticColliderConfig":{
|
||||
"y":2.0,
|
||||
"z":2.0,
|
||||
"x":2.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"active_component_index":0,
|
||||
"skein":[
|
||||
{
|
||||
"mgd2_demonic_posession::game::scene::StaticColliderConfig":{
|
||||
|
@ -88,7 +98,22 @@
|
|||
"translation":[
|
||||
0,
|
||||
1.5,
|
||||
0
|
||||
3
|
||||
]
|
||||
},
|
||||
{
|
||||
"extras":{
|
||||
"skein":[
|
||||
{
|
||||
"mgd2_demonic_posession::game::player::PlayerSpawnMarker":{}
|
||||
}
|
||||
]
|
||||
},
|
||||
"name":"Empty",
|
||||
"translation":[
|
||||
0,
|
||||
3,
|
||||
-4
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -128,12 +153,12 @@
|
|||
"max":[
|
||||
5,
|
||||
0.5,
|
||||
2.5
|
||||
7.5
|
||||
],
|
||||
"min":[
|
||||
-5,
|
||||
-0.5,
|
||||
-2.5
|
||||
-7.5
|
||||
],
|
||||
"type":"VEC3"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue