mirror of
https://github.com/WolfangT/pixel-crusade.git
synced 2026-02-16 15:21:15 -05:00
add model base
This commit is contained in:
22
src/models/base_model.tscn
Normal file
22
src/models/base_model.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c26jufswfi2bh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://di5g5x80wtaw7" path="res://src/models/base_model.gd" id="1_ni6nx"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wfmmx"]
|
||||
|
||||
[node name="BaseModel" type="CharacterBody3D"]
|
||||
script = ExtResource("1_ni6nx")
|
||||
|
||||
[node name="Pivot" type="Node3D" parent="."]
|
||||
|
||||
[node name="Sprite2D" type="Sprite3D" parent="Pivot"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.30011, 0)
|
||||
pixel_size = 0.0048
|
||||
billboard = 2
|
||||
|
||||
[node name="Base" type="MeshInstance3D" parent="Pivot"]
|
||||
transform = Transform3D(57.2, 0, 0, 0, 57.2, 0, 0, 0, 57.2, 0, 0, 0)
|
||||
skeleton = NodePath("")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CylinderShape3D_wfmmx")
|
||||
Reference in New Issue
Block a user