This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld50/objects/blanks/Blank010.tscn
Ryan 4376c7b58b General model updates
Updated dome models to use materials
Fixed incorrect mount orientation on blank 10
2022-04-03 22:39:03 -04:00

19 lines
712 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://assets/blank010.gltf" type="PackedScene" id=1]
[ext_resource path="res://objects/blanks/Blank.gd" type="Script" id=2]
[ext_resource path="res://objects/attachments/Attachment010.tscn" type="PackedScene" id=3]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.1, 0.1, 0.1 )
[node name="Blank010" type="Area"]
script = ExtResource( 2 )
attachment_scene = ExtResource( 3 )
[node name="CollisionShape" type="CollisionShape" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1, 0 )
shape = SubResource( 1 )
[node name="blank010" parent="." instance=ExtResource( 1 )]
transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0.1, 0 )