BoozeGirl.tscn 1.0 KB

123456789101112131415161718192021222324252627
  1. [gd_scene load_steps=5 format=2]
  2. [ext_resource path="res://scripts/Drunk.gd" type="Script" id=1]
  3. [ext_resource path="res://human_visual.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://scripts/BoozeGirl.gd" type="Script" id=3]
  5. [ext_resource path="res://scripts/EPlace.gd" type="Script" id=5]
  6. [node name="Human" type="Spatial"]
  7. script = ExtResource( 3 )
  8. [node name="Spatial" parent="." instance=ExtResource( 2 )]
  9. transform = Transform( 0.1, 0, 0, 0, -4.37114e-09, 0.1, 0, -0.1, -4.37114e-09, 0.763251, 0, 0 )
  10. [node name="Friend" type="Spatial" parent="."]
  11. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.524067, 0, 0 )
  12. script = ExtResource( 1 )
  13. color = Color( 0.192157, 0.52549, 0.145098, 1 )
  14. [node name="Spatial" parent="Friend" instance=ExtResource( 2 )]
  15. [node name="CameraPlace" type="Spatial" parent="."]
  16. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.558991, 1.16358, 1.88859 )
  17. [node name="EPlace" type="Spatial" parent="."]
  18. transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0551535, 1.16923, 0.405924 )
  19. script = ExtResource( 5 )