mirror of
https://github.com/Dariasteam/Cows-Revenge.git
synced 2026-07-17 16:45:36 +00:00
Add 'Cave Story' font
This commit is contained in:
parent
ed9ee7cf68
commit
083a032922
10 changed files with 34327 additions and 32 deletions
BIN
Fonts/Cave-Story.fnt
Normal file
BIN
Fonts/Cave-Story.fnt
Normal file
Binary file not shown.
34270
Fonts/Cave-Story.inc
Normal file
34270
Fonts/Cave-Story.inc
Normal file
File diff suppressed because it is too large
Load diff
BIN
Fonts/Cave-Story.sv.png
Normal file
BIN
Fonts/Cave-Story.sv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
Fonts/Cave-Story.ttf
Normal file
BIN
Fonts/Cave-Story.ttf
Normal file
Binary file not shown.
4
LICENSE_FONTS
Normal file
4
LICENSE_FONTS
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Cave Story-Regular by enigmansmp1824
|
||||
(CC-BY-SA)
|
||||
https://fontlibrary.org/en/font/cave-story#Cave%20Story-Regular
|
||||
|
||||
|
|
@ -20,3 +20,6 @@ All resources have been created using the following FLOSS:
|
|||
- [krita](https://krita.org/en/)
|
||||
- [audacity](http://www.audacityteam.org/)
|
||||
- tuxguitar
|
||||
|
||||
Font: [Cave Story-Regular by enigmansmp1824
|
||||
(CC-BY-SA)](https://fontlibrary.org/en/font/cave-story#Cave%20Story-Regular)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,5 @@ extends Area2D
|
|||
func _on_DeathLine_body_enter( body ):
|
||||
if(body.is_in_group("player")):
|
||||
body.on_receive_damage(1000)
|
||||
queue_free()
|
||||
elif(body.is_in_group("enemy")):
|
||||
body.queue_free()
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=16 format=1]
|
||||
[gd_scene load_steps=17 format=1]
|
||||
|
||||
[ext_resource path="res://Scenes/Maps/map_1.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Scenes/Menu/life_hud.gd" type="Script" id=2]
|
||||
|
|
@ -12,7 +12,8 @@
|
|||
[ext_resource path="res://Sprites/GUI/HUD/milkbar_outter_3.png" type="Texture" id=10]
|
||||
[ext_resource path="res://Sprites/GUI/HUD/milkbar_outter_1.png" type="Texture" id=11]
|
||||
[ext_resource path="res://Scenes/Menu/cowbells_hud.gd" type="Script" id=12]
|
||||
[ext_resource path="res://Sprites/Charasets/cowbell.png" type="Texture" id=13]
|
||||
[ext_resource path="res://Fonts/Cave-Story.fnt" type="BitmapFont" id=13]
|
||||
[ext_resource path="res://Sprites/Charasets/cowbell.png" type="Texture" id=14]
|
||||
|
||||
[sub_resource type="Environment" id=1]
|
||||
|
||||
|
|
@ -277,11 +278,12 @@ focus/ignore_mouse = false
|
|||
focus/stop_mouse = false
|
||||
size_flags/horizontal = 2
|
||||
size_flags/vertical = 2
|
||||
margin/left = 630.0
|
||||
margin/top = 9.0
|
||||
margin/right = 715.0
|
||||
margin/bottom = 81.0
|
||||
placeholder/text = "1"
|
||||
margin/left = 629.0
|
||||
margin/top = 18.0
|
||||
margin/right = 831.0
|
||||
margin/bottom = 70.0
|
||||
custom_fonts/font = ExtResource( 13 )
|
||||
placeholder/text = "0"
|
||||
placeholder/alpha = 1.0
|
||||
editable = false
|
||||
focus_mode = 2
|
||||
|
|
@ -292,7 +294,7 @@ caret/caret_blink_speed = 0.65
|
|||
|
||||
transform/pos = Vector2( 586, 45 )
|
||||
transform/scale = Vector2( 3, 3 )
|
||||
texture = ExtResource( 13 )
|
||||
texture = ExtResource( 14 )
|
||||
|
||||
[connection signal="pressed" from="Control/Buttons/Bttn_U" to="Control/Buttons" method="_on_Bttn_U_pressed"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
extends Node
|
||||
|
||||
const MENU_MUSIC = preload ("res://Music/dangerous_hills.ogg")
|
||||
|
||||
var level
|
||||
|
||||
func release_all():
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
[gd_scene load_steps=4 format=1]
|
||||
[gd_scene load_steps=6 format=1]
|
||||
|
||||
[ext_resource path="res://Sprites/GUI/Buttons/btn_shoot.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Scenes/Menu/bttn_play.gd" type="Script" id=2]
|
||||
[ext_resource path="res://Scenes/Menu/about_button.gd" type="Script" id=3]
|
||||
[ext_resource path="res://Fonts/Cave-Story.fnt" type="BitmapFont" id=2]
|
||||
[ext_resource path="res://Scenes/Menu/bttn_play.gd" type="Script" id=3]
|
||||
[ext_resource path="res://Scenes/Menu/about_button.gd" type="Script" id=4]
|
||||
[ext_resource path="res://Music/dangerous_hills.ogg" type="AudioStream" id=5]
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
|
||||
|
|
@ -11,7 +13,7 @@ transform/scale = Vector2( 20, 12 )
|
|||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
|
||||
transform/pos = Vector2( 0.399999, -14.1438 )
|
||||
transform/pos = Vector2( 0.392651, -18.6599 )
|
||||
transform/scale = Vector2( 0.0656018, 0.0941569 )
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
|
|
@ -19,21 +21,23 @@ texture = ExtResource( 1 )
|
|||
|
||||
anchor/top = 3
|
||||
anchor/bottom = 3
|
||||
rect/scale = Vector2( 0.75, 0.25 )
|
||||
rect/rotation = 0.0736967
|
||||
rect/scale = Vector2( 0.1, 0.15 )
|
||||
focus/ignore_mouse = false
|
||||
focus/stop_mouse = true
|
||||
size_flags/horizontal = 2
|
||||
size_flags/vertical = 2
|
||||
margin/left = -16.0
|
||||
margin/top = 30.0
|
||||
margin/right = 27.0
|
||||
margin/bottom = 10.0
|
||||
margin/left = -14.0
|
||||
margin/top = 34.0
|
||||
margin/right = 276.0
|
||||
margin/bottom = -14.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
toggle_mode = false
|
||||
enabled_focus_mode = 2
|
||||
shortcut = null
|
||||
text = "Jugar"
|
||||
flat = false
|
||||
script/script = ExtResource( 2 )
|
||||
script/script = ExtResource( 3 )
|
||||
|
||||
[node name="settings_button" type="Button" parent="."]
|
||||
|
||||
|
|
@ -41,21 +45,21 @@ anchor/left = 3
|
|||
anchor/top = 3
|
||||
anchor/right = 3
|
||||
anchor/bottom = 3
|
||||
rect/scale = Vector2( 0.75, 0.25 )
|
||||
rect/scale = Vector2( 0.1, 0.15 )
|
||||
focus/ignore_mouse = false
|
||||
focus/stop_mouse = true
|
||||
size_flags/horizontal = 2
|
||||
size_flags/vertical = 2
|
||||
margin/left = 48.0
|
||||
margin/top = 22.0
|
||||
margin/right = 5.0
|
||||
margin/bottom = 2.0
|
||||
margin/left = 46.0
|
||||
margin/top = 25.0
|
||||
margin/right = -243.0
|
||||
margin/bottom = -23.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
toggle_mode = false
|
||||
enabled_focus_mode = 2
|
||||
shortcut = null
|
||||
text = "Ajustes"
|
||||
flat = false
|
||||
clip_text = true
|
||||
|
||||
[node name="info_button" type="Button" parent="."]
|
||||
|
||||
|
|
@ -63,22 +67,33 @@ anchor/left = 3
|
|||
anchor/top = 3
|
||||
anchor/right = 3
|
||||
anchor/bottom = 3
|
||||
rect/scale = Vector2( 0.75, 0.25 )
|
||||
rect/scale = Vector2( 0.1, 0.15 )
|
||||
focus/ignore_mouse = false
|
||||
focus/stop_mouse = true
|
||||
size_flags/horizontal = 2
|
||||
size_flags/vertical = 2
|
||||
margin/left = 48.0
|
||||
margin/top = 14.0
|
||||
margin/right = 5.0
|
||||
margin/bottom = -6.0
|
||||
margin/left = 46.0
|
||||
margin/top = 16.0
|
||||
margin/right = -243.0
|
||||
margin/bottom = -32.0
|
||||
custom_fonts/font = ExtResource( 2 )
|
||||
toggle_mode = false
|
||||
enabled_focus_mode = 2
|
||||
shortcut = null
|
||||
text = "Info"
|
||||
flat = false
|
||||
clip_text = true
|
||||
script/script = ExtResource( 3 )
|
||||
script/script = ExtResource( 4 )
|
||||
|
||||
[node name="StreamPlayer" type="StreamPlayer" parent="."]
|
||||
|
||||
stream/stream = ExtResource( 5 )
|
||||
stream/play = false
|
||||
stream/loop = false
|
||||
stream/volume_db = 5.0
|
||||
stream/autoplay = true
|
||||
stream/paused = false
|
||||
stream/loop_restart_time = 0.0
|
||||
stream/buffering_ms = 500
|
||||
|
||||
[connection signal="pressed" from="play_button" to="play_button" method="_on_Button_pressed"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue