123456789101112131415161718192021222324252627 |
- [gd_scene load_steps=5 format=2]
- [ext_resource path="res://scripts/Drunk.gd" type="Script" id=1]
- [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
- [ext_resource path="res://scripts/BoozeGirl.gd" type="Script" id=3]
- [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
- [node name="Human" type="Spatial"]
- script = ExtResource( 3 )
- [node name="Spatial" parent="." instance=ExtResource( 2 )]
- transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0.763251, 0, 0 )
- [node name="Friend" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.524067, 0, 0 )
- script = ExtResource( 1 )
- color = Color( 0.192157, 0.52549, 0.145098, 1 )
- [node name="Spatial" parent="Friend" instance=ExtResource( 2 )]
- [node name="CameraPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.558991, 1.16358, 1.88859 )
- [node name="EPlace" type="Spatial" parent="."]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0551535, 1.16923, 0.405924 )
- script = ExtResource( 5 )
|