actual initial commit lmao
This commit is contained in:
65
entities/note.tscn
Normal file
65
entities/note.tscn
Normal file
@@ -0,0 +1,65 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://mmfinssr21yy"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://q4cj4ds7h7yu" path="res://entities/note.gd" id="1_g4cjv"]
|
||||
[ext_resource type="FontVariation" uid="uid://cq2ossjetoslp" path="res://fonts/handwriting.tres" id="2_gb8vh"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_4dkrx"]
|
||||
default_font = ExtResource("2_gb8vh")
|
||||
default_font_size = 40
|
||||
|
||||
[node name="note" type="Control"]
|
||||
process_mode = 3
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = -640.0
|
||||
offset_bottom = -360.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_g4cjv")
|
||||
|
||||
[node name="handwritten" type="HBoxContainer" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/separation = 0
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="handwritten"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="page" type="ColorRect" parent="handwritten"]
|
||||
custom_minimum_size = Vector2(960, 0)
|
||||
layout_mode = 2
|
||||
color = Color(0.85, 0.833, 0.748, 1)
|
||||
|
||||
[node name="margins" type="MarginContainer" parent="handwritten/page"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_constants/margin_left = 48
|
||||
theme_override_constants/margin_top = 48
|
||||
theme_override_constants/margin_right = 48
|
||||
|
||||
[node name="thetext" type="RichTextLabel" parent="handwritten/page/margins"]
|
||||
layout_mode = 2
|
||||
theme = SubResource("Theme_4dkrx")
|
||||
theme_override_colors/default_color = Color(0.101961, 0.101961, 0.101961, 1)
|
||||
theme_override_constants/line_separation = -36
|
||||
bbcode_enabled = true
|
||||
text = "sammed ple"
|
||||
scroll_active = false
|
||||
|
||||
[node name="ColorRect3" type="ColorRect" parent="handwritten"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
color = Color(0, 0, 0, 1)
|
||||
Reference in New Issue
Block a user