forked from team-sg/hero-mark-2
removed junk tiles from hills
This commit is contained in:
parent
31a71a542d
commit
dab7b58504
8 changed files with 271 additions and 13 deletions
53
objects/lore/abyss/bullet_fish.tscn
Normal file
53
objects/lore/abyss/bullet_fish.tscn
Normal file
|
@ -0,0 +1,53 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/2ndpuberty_scholar.fnt" type="BitmapFont" id=2]
|
||||
[ext_resource path="res://graphics/enemy/fish.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="AtlasTexture" id=1]
|
||||
atlas = ExtResource( 3 )
|
||||
region = Rect2( 0, 0, 11, 10 )
|
||||
|
||||
[node name="Lore" type="HBoxContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 1 )
|
||||
custom_constants/separation = 0
|
||||
|
||||
[node name="Panel" type="PanelContainer" parent="."]
|
||||
margin_top = 77.0
|
||||
margin_right = 38.0
|
||||
margin_bottom = 115.0
|
||||
rect_min_size = Vector2( 38, 38 )
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="Panel"]
|
||||
margin_left = 3.0
|
||||
margin_top = 3.0
|
||||
margin_right = 35.0
|
||||
margin_bottom = 35.0
|
||||
texture = SubResource( 1 )
|
||||
expand = true
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="Control" type="PanelContainer" parent="."]
|
||||
margin_left = 38.0
|
||||
margin_top = 55.0
|
||||
margin_right = 256.0
|
||||
margin_bottom = 136.0
|
||||
rect_min_size = Vector2( 0, 40 )
|
||||
rect_clip_content = true
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 6
|
||||
|
||||
[node name="Label" type="Label" parent="Control"]
|
||||
margin_left = 3.0
|
||||
margin_top = 3.0
|
||||
margin_right = 215.0
|
||||
margin_bottom = 78.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
text = "Bullet fish:
|
||||
This little guy is the result of multiple species of fish stiched together. it glows because its radioactive, so watch out!"
|
||||
align = 1
|
||||
autowrap = true
|
Loading…
Add table
Add a link
Reference in a new issue