removed junk tiles from hills

This commit is contained in:
pennyrigate 2023-08-22 14:46:39 -04:00
parent 31a71a542d
commit dab7b58504
8 changed files with 271 additions and 13 deletions

View file

@ -0,0 +1,56 @@
[gd_scene load_steps=6 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://shaders/1px_border.gdshader" type="Shader" id=3]
[ext_resource path="res://graphics/lore/beel_lore.png" type="Texture" id=4]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 3 )
shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = false
[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"]
material = SubResource( 1 )
margin_left = 3.0
margin_top = 3.0
margin_right = 35.0
margin_bottom = 35.0
texture = ExtResource( 4 )
expand = true
stretch_mode = 4
[node name="Control" type="PanelContainer" parent="."]
margin_left = 38.0
margin_top = 62.0
margin_right = 256.0
margin_bottom = 130.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 = 65.0
custom_fonts/font = ExtResource( 2 )
text = "Beel:
This man eating monster is part eel, part bee. its stinger has enough venom to immediately kill a human."
align = 1
autowrap = true

View 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

View 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/squig.png" type="Texture" id=3]
[sub_resource type="AtlasTexture" id=1]
atlas = ExtResource( 3 )
region = Rect2( 0, 0, 14, 15 )
[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 = 62.0
margin_right = 256.0
margin_bottom = 130.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 = 65.0
custom_fonts/font = ExtResource( 2 )
text = "Squig:
A disgusting combination of squid and pig. It's ink can cause cancer if ingested. Rich people keep them as pets."
align = 1
autowrap = true

View file

@ -0,0 +1,60 @@
[gd_scene load_steps=7 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://shaders/1px_border.gdshader" type="Shader" id=3]
[ext_resource path="res://graphics/enemy/turtle.png" type="Texture" id=4]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 3 )
shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = false
[sub_resource type="AtlasTexture" id=2]
atlas = ExtResource( 4 )
region = Rect2( 0, 33, 23, 12 )
[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"]
material = SubResource( 1 )
margin_left = 3.0
margin_top = 3.0
margin_right = 35.0
margin_bottom = 35.0
texture = SubResource( 2 )
expand = true
stretch_mode = 4
[node name="Control" type="PanelContainer" parent="."]
margin_left = 38.0
margin_top = 42.0
margin_right = 256.0
margin_bottom = 149.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 = 104.0
custom_fonts/font = ExtResource( 2 )
text = "Turchin:
A Chimera made from sea turtle and sea urchin parts,it was the first waterproof chimera to be invented. it's very expensive to produce due to the declining sea turtle population"
align = 1
autowrap = true

View file

@ -15,7 +15,12 @@ shader_param/border_corners = true
material = SubResource( 1 )
texture = ExtResource( 3 )
[node name="Control" parent="." index="1"]
margin_top = 62.0
margin_bottom = 130.0
[node name="Label" parent="Control" index="0"]
margin_top = 15.0
margin_bottom = 25.0
text = "Famicop:"
margin_top = 3.0
margin_bottom = 65.0
text = "Famicop:
These bastards are responsible for fami staying in power. Their prime objective is to protect fami's hoard of money."