1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
[gd_scene load_steps=9 format=2] [ext_resource path="res://2d/moon.tscn" type="PackedScene" id=1] [ext_resource path="res://2d/iching.tscn" type="PackedScene" id=2] [ext_resource path="res://2d/chinese-zodiac.tscn" type="PackedScene" id=3] [ext_resource path="res://2d/zodiac.gd" type="Script" id=4] [ext_resource path="res://2d/credits_button.gd" type="Script" id=5] [ext_resource path="res://3d/planets.tscn" type="PackedScene" id=6] [ext_resource path="res://2d/frequency.tscn" type="PackedScene" id=7] [sub_resource type="DynamicFont" id=1] [node name="main" type="Control"] margin_left = 16.0 margin_top = 16.0 margin_right = 1008.0 margin_bottom = 584.0 [node name="moon" parent="." instance=ExtResource( 1 )] [node name="iching" parent="." instance=ExtResource( 2 )] [node name="chinese-zodiac" parent="." instance=ExtResource( 3 )] [node name="Label" type="Label" parent="."] margin_right = 40.0 margin_bottom = 14.0 custom_fonts/font = SubResource( 1 ) text = "\\u2648 ♈︎" script = ExtResource( 4 ) [node name="credits_button" type="Button" parent="."] margin_left = 950.572 margin_top = -13.9962 margin_right = 1006.57 margin_bottom = 6.00385 text = "credits" script = ExtResource( 5 ) [node name="ViewportContainer" type="ViewportContainer" parent="."] margin_left = 856.008 margin_top = 87.7267 margin_right = 896.008 margin_bottom = 127.727 [node name="Viewport" type="Viewport" parent="ViewportContainer"] size = Vector2( 200, 200 ) transparent_bg = true handle_input_locally = false render_target_update_mode = 3 [node name="planets" parent="ViewportContainer/Viewport" instance=ExtResource( 6 )] [node name="frequency" parent="." instance=ExtResource( 7 )] position = Vector2( 254.922, 494.02 ) [node name="credits" type="Control" parent="."] visible = false margin_left = 301.263 margin_top = 398.158 margin_right = 694.263 margin_bottom = 580.158 [node name="ColorRect" type="ColorRect" parent="credits"] anchor_right = 1.0 anchor_bottom = 1.0 color = Color( 0, 0, 0, 1 ) [node name="Label" type="Label" parent="credits/ColorRect"] margin_right = 409.0 margin_bottom = 179.0 text = "AGPLv3: https://hidamari.blue/git/vibe-check https://en.wikipedia.org/wiki/I_Ching_divination (relicensed) GPLv1+ https://commons.wikimedia.org/wiki/File:Pakua.svg https://commons.wikimedia.org/wiki/File:FullMoon2010.jpg The LaTeX Project Public License https://ctan.org/texarchive/fonts/stmaryrd"