20 lines
786 B
Plaintext
Executable File
20 lines
786 B
Plaintext
Executable File
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Assets/VendingMachine/scene.gltf" type="PackedScene" id=1]
|
|
[ext_resource path="res://scripts/vendingInteraction.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 1, 1.86204, 1 )
|
|
|
|
[node name="vending_machine" instance=ExtResource( 1 )]
|
|
|
|
[node name="Sketchfab_model" parent="." index="0"]
|
|
transform = Transform( 0.05, 0, 0, 0, -2.18557e-09, 0.05, 0, -0.05, -2.18557e-09, 0, 0, 0 )
|
|
|
|
[node name="Kick vending machine" type="StaticBody" parent="." index="1"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Kick vending machine" index="0"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.613462, 1.90173, 1.51335 )
|
|
shape = SubResource( 1 )
|