1234567891011121314151617181920212223242526272829303132333435 |
- [gd_scene load_steps=4 format=2]
- [ext_resource path="res://scripts/NagPlace.gd" type="Script" id=1]
- [ext_resource path="res://scripts/Player.gd" type="Script" id=2]
- [sub_resource type="CapsuleShape" id=1]
- [node name="Player" type="KinematicBody"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.31931, 0.5, 9.81892 )
- script = ExtResource( 2 )
- [node name="CollisionShape" type="CollisionShape" parent="."]
- transform = Transform( 0.3, 0, 0, 0, -1.31134e-08, -0.3, 0, 0.3, -1.31134e-08, 0, 0, 0 )
- shape = SubResource( 1 )
- [node name="Camera" type="Camera" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.55162, 0 )
- current = true
- near = 0.01
- [node name="RayCast" type="RayCast" parent="Camera"]
- transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.15, 0, 0, 0 )
- enabled = true
- cast_to = Vector3( 0, 0, -1 )
- collision_mask = 4
- [node name="Spatial" type="Spatial" parent="."]
- transform = Transform( 0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0.107121, 0.141477, -0.501736 )
- visible = false
- [node name="NagPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.320355, -0.978172 )
- script = ExtResource( 1 )
- col = Color( 0.823529, 0.478431, 0.25098, 1 )
|