[gd_scene load_steps=13 format=2] [ext_resource path="res://AnonymousPro-Regular.ttf" type="DynamicFontData" id=1] [ext_resource path="res://Creature.tscn" type="PackedScene" id=2] [ext_resource path="res://CreatureLab.gd" type="Script" id=3] [sub_resource type="CanvasItemMaterial" id=1] [sub_resource type="DynamicFont" id=7] font_data = ExtResource( 1 ) [sub_resource type="DynamicFont" id=8] font_data = ExtResource( 1 ) [sub_resource type="DynamicFont" id=9] font_data = ExtResource( 1 ) [sub_resource type="ProceduralSky" id=2] sky_top_color = Color( 0, 0, 0, 1 ) sky_horizon_color = Color( 0, 0, 0, 1 ) ground_bottom_color = Color( 0, 0, 0, 1 ) ground_horizon_color = Color( 0, 0, 0, 1 ) sun_color = Color( 0.482353, 0.905882, 0.945098, 1 ) sun_latitude = 132.55 sun_energy = 14.22 [sub_resource type="Environment" id=3] background_mode = 2 background_sky = SubResource( 2 ) [sub_resource type="World" id=4] environment = SubResource( 3 ) [sub_resource type="ProceduralSky" id=5] sky_top_color = Color( 0, 0, 0, 1 ) sky_horizon_color = Color( 0, 0, 0, 1 ) sky_curve = 1.44 sky_energy = 1.77 ground_bottom_color = Color( 0.168627, 0.203922, 0.172549, 1 ) ground_horizon_color = Color( 0, 0, 0, 1 ) ground_curve = 0.16 sun_color = Color( 0.835294, 0.462745, 0.462745, 1 ) sun_latitude = 11.29 sun_energy = 20.16 [sub_resource type="Environment" id=6] background_mode = 2 background_sky = SubResource( 5 ) background_color = Color( 0.803922, 0.54902, 0.333333, 0.196078 ) tonemap_mode = 2 auto_exposure_speed = 3.15 ssao_enabled = true ssao_quality = 2 ssao_blur = 2 ssao_edge_sharpness = 11.5 dof_blur_far_distance = 114.9 dof_blur_far_transition = 3.35 dof_blur_far_amount = 0.13 dof_blur_far_quality = 2 dof_blur_near_distance = 0.07 glow_levels/1 = true glow_levels/5 = false glow_levels/7 = true glow_strength = 0.94 glow_blend_mode = 1 glow_hdr_luminance_cap = 105.57 glow_hdr_scale = 2.1 glow_bicubic_upscale = true [node name="Todd_Test" type="Spatial"] [node name="GUI" type="Control" parent="."] material = SubResource( 1 ) margin_left = 10.0 margin_top = 10.0 margin_right = 10.0 margin_bottom = 10.0 [node name="Spawn" type="Button" parent="GUI"] anchor_top = 1.0 anchor_bottom = 1.0 margin_left = 50.0 margin_top = 50.0 margin_right = 149.0 margin_bottom = 70.0 text = "Spawn a bitch" [node name="Kill" type="Button" parent="GUI"] margin_left = 224.723 margin_top = 49.0975 margin_right = 303.723 margin_bottom = 69.0975 shortcut_in_tooltip = false text = "Kill a bitch" [node name="Button" type="Button" parent="GUI"] margin_left = 1778.14 margin_top = 43.5382 margin_right = 1851.14 margin_bottom = 63.5382 text = "Combine!" [node name="Parent0" type="RichTextLabel" parent="GUI"] margin_left = -9.0 margin_top = 916.0 margin_right = 447.0 margin_bottom = 1066.0 rect_min_size = Vector2( 100, 100 ) custom_fonts/mono_font = SubResource( 7 ) custom_fonts/normal_font = SubResource( 8 ) [node name="Parent1" type="RichTextLabel" parent="GUI"] margin_left = 1372.0 margin_top = 920.0 margin_right = 1907.0 margin_bottom = 1070.0 rect_min_size = Vector2( 100, 100 ) custom_fonts/normal_font = SubResource( 9 ) [node name="Preview0" type="ViewportContainer" parent="GUI"] margin_left = -7.75415 margin_top = 657.809 margin_right = 632.246 margin_bottom = 1137.81 rect_scale = Vector2( 0.5, 0.5 ) [node name="Viewport" type="Viewport" parent="GUI/Preview0"] size = Vector2( 640, 480 ) world = SubResource( 4 ) handle_input_locally = false render_target_update_mode = 3 gui_disable_input = true [node name="Camera2" type="Camera" parent="GUI/Preview0/Viewport"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0237979, 0.798024, 1.44028 ) current = true [node name="Creature" parent="GUI/Preview0/Viewport" instance=ExtResource( 2 )] visible = false [node name="Camera" type="Camera" parent="."] transform = Transform( 1, 0, 0, 0, 0.931938, 0.362618, 0, -0.362618, 0.931938, 0, 8.78949, 14.7057 ) [node name="CreatureLab" type="Node" parent="."] script = ExtResource( 3 ) Creature = ExtResource( 2 ) [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource( 6 ) [connection signal="pressed" from="GUI/Spawn" to="CreatureLab" method="spawn_a_bitch"] [connection signal="pressed" from="GUI/Kill" to="CreatureLab" method="kill_a_bitch"] [connection signal="pressed" from="GUI/Button" to="CreatureLab" method="combine_a_bitch"]