removed junk tiles from hills
This commit is contained in:
parent
31a71a542d
commit
dab7b58504
8 changed files with 271 additions and 13 deletions
BIN
graphics/lore/beel_lore.png
Normal file
BIN
graphics/lore/beel_lore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 257 B |
35
graphics/lore/beel_lore.png.import
Normal file
35
graphics/lore/beel_lore.png.import
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/beel_lore.png-3a17d7be0c6bde0fd16f64d711fbd08d.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://graphics/lore/beel_lore.png"
|
||||||
|
dest_files=[ "res://.import/beel_lore.png-3a17d7be0c6bde0fd16f64d711fbd08d.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/bptc_ldr=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=false
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
process/invert_color=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
File diff suppressed because one or more lines are too long
56
objects/lore/abyss/beel.tscn
Normal file
56
objects/lore/abyss/beel.tscn
Normal 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
|
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
|
53
objects/lore/abyss/squig.tscn
Normal file
53
objects/lore/abyss/squig.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/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
|
60
objects/lore/abyss/turchin.tscn
Normal file
60
objects/lore/abyss/turchin.tscn
Normal 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
|
|
@ -15,7 +15,12 @@ shader_param/border_corners = true
|
||||||
material = SubResource( 1 )
|
material = SubResource( 1 )
|
||||||
texture = ExtResource( 3 )
|
texture = ExtResource( 3 )
|
||||||
|
|
||||||
|
[node name="Control" parent="." index="1"]
|
||||||
|
margin_top = 62.0
|
||||||
|
margin_bottom = 130.0
|
||||||
|
|
||||||
[node name="Label" parent="Control" index="0"]
|
[node name="Label" parent="Control" index="0"]
|
||||||
margin_top = 15.0
|
margin_top = 3.0
|
||||||
margin_bottom = 25.0
|
margin_bottom = 65.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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue