adjusted some lore entries
This commit is contained in:
parent
fc7b6c1722
commit
5f4939430d
7 changed files with 115 additions and 18 deletions
Binary file not shown.
Before Width: | Height: | Size: 199 B After Width: | Height: | Size: 205 B |
Binary file not shown.
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 2.7 KiB |
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
extends Node2D
|
extends Node2D
|
||||||
|
|
||||||
onready var cast = $RayCast2D
|
onready var cast = $RayCast2D
|
||||||
export var fall_speed = 80
|
export var fall_speed = 60
|
||||||
var fall = false
|
var fall = false
|
||||||
onready var refresh_timer = $RefreshTimer
|
onready var refresh_timer = $RefreshTimer
|
||||||
onready var anims = $AnimationPlayer
|
onready var anims = $AnimationPlayer
|
||||||
|
|
|
@ -12,7 +12,7 @@ shader_param/border_corners = false
|
||||||
|
|
||||||
[sub_resource type="AtlasTexture" id=2]
|
[sub_resource type="AtlasTexture" id=2]
|
||||||
atlas = ExtResource( 4 )
|
atlas = ExtResource( 4 )
|
||||||
region = Rect2( 0, 33, 23, 12 )
|
region = Rect2( 0, 33, 24, 12 )
|
||||||
|
|
||||||
[node name="Lore" type="HBoxContainer"]
|
[node name="Lore" type="HBoxContainer"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
|
|
|
@ -9,11 +9,12 @@
|
||||||
texture = ExtResource( 2 )
|
texture = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="Control" parent="." index="1"]
|
[node name="Control" parent="." index="1"]
|
||||||
margin_top = 55.0
|
margin_top = 49.0
|
||||||
margin_bottom = 136.0
|
margin_bottom = 143.0
|
||||||
|
|
||||||
[node name="Label" parent="Control" index="0"]
|
[node name="Label" parent="Control" index="0"]
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_bottom = 78.0
|
margin_bottom = 91.0
|
||||||
text = "Dr.Intelli:
|
text = "Dr.Intelli:
|
||||||
born 03/23/2051, despite working with him, he does not think fondly of fami, and wants to establish his own dystopia one day."
|
born 03/23/2051, sg's boss and head of edizon inc.
|
||||||
|
despite working with him, he does not think fondly of fami, and wants to establish his own dystopia one day."
|
||||||
|
|
|
@ -16,11 +16,11 @@ material = SubResource( 1 )
|
||||||
texture = ExtResource( 3 )
|
texture = ExtResource( 3 )
|
||||||
|
|
||||||
[node name="Control" parent="." index="1"]
|
[node name="Control" parent="." index="1"]
|
||||||
margin_top = 62.0
|
margin_top = 55.0
|
||||||
margin_bottom = 130.0
|
margin_bottom = 136.0
|
||||||
|
|
||||||
[node name="Label" parent="Control" index="0"]
|
[node name="Label" parent="Control" index="0"]
|
||||||
margin_top = 3.0
|
margin_top = 3.0
|
||||||
margin_bottom = 65.0
|
margin_bottom = 78.0
|
||||||
text = "Famicop:
|
text = "Famicop:
|
||||||
These bastards are responsible for fami staying in power. Their prime objective is to protect fami's hoard of money."
|
These bastards are responsible for fami staying in power. Their prime objective is to protect fami's hoard of wealth."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue