fixed the stupid program
This commit is contained in:
parent
c65f5cc0ee
commit
1762880c9f
16 changed files with 172 additions and 146 deletions
|
@ -1,8 +1,15 @@
|
|||
~ start
|
||||
[speed=0.25]Hello, my name is Signore Demone.[speed=0.25]
|
||||
do change_text_color(Color.GREEN)
|
||||
[speed=0.25]I am a guy who DIED[speed=0.25]
|
||||
[speed=0.25]I became a DEMON[speed=0.25]
|
||||
qwertyuiopasdfghjklzxcvbnm
|
||||
sfeoigbewfe
|
||||
eofewkasksamdmsdkmsa
|
||||
ksfaskfn
|
||||
=> start
|
||||
|
||||
~ lol
|
||||
- Chips
|
||||
- No
|
||||
- You who are?
|
||||
- give money robbery
|
||||
=> start
|
||||
~ animal
|
||||
Holy shit. im mr animal crossing. wow im the guy from animal crossing guys. .im animal crossing on the playstation
|
||||
|
@ -28,4 +35,12 @@ do fade_out_bgm(2)
|
|||
BGM faded out!
|
||||
ok goodbye!
|
||||
do fade_out_screen(Color.BLACK,3)
|
||||
=> END
|
||||
|
||||
~ badger
|
||||
[speed=0.25]Yellow Badgers is a game made by me featuring a soundtrack made by Felx Lamp and Penny Rigate. [speed=0.25]
|
||||
[speed=0.25]The game also features additional art by several friends of mine,[speed=0.25]
|
||||
[speed=0.25]including but not limited to the Beaverfiend, MetalSlayer69, and Goopbone. [speed=0.25]
|
||||
[speed=0.25]The game follows Blab on his quest to find the three yellow badgers to return to the wizard who gave him the quest. [speed=0.25]
|
||||
[speed=0.25]The game features no combat and a wide range of characters to talk to while you explore the 3 main areas of the game in search of the yellow badgers.[speed=0.25]
|
||||
=> END
|
|
@ -1,6 +1,7 @@
|
|||
[remap]
|
||||
|
||||
importer="dialogue_manager_compiler_14"
|
||||
importer="dialogue_manager"
|
||||
importer_version=15
|
||||
type="Resource"
|
||||
uid="uid://bq0ndspcp4edy"
|
||||
path="res://.godot/imported/test_dialgoue.dialogue-81bdadfb2b80c4e4deb053c1e29cba9a.tres"
|
||||
|
|
1
addons/dvn/test_resources/test_system.gd.uid
Normal file
1
addons/dvn/test_resources/test_system.gd.uid
Normal file
|
@ -0,0 +1 @@
|
|||
uid://drn40haamuxaj
|
|
@ -1,16 +1,15 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://c2oo450sb6lqa"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://c2oo450sb6lqa"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bd7pbhempcian" path="res://addons/dvn/dvn.tscn" id="1_tumep"]
|
||||
[ext_resource type="Script" path="res://addons/dvn/test_resources/test_system.gd" id="2_uxdpr"]
|
||||
[ext_resource type="PackedScene" uid="uid://kssjsapnseux" path="res://addons/dvn/balloon/dvn_balloon.tscn" id="3_ofma8"]
|
||||
[ext_resource type="Resource" uid="uid://bq0ndspcp4edy" path="res://addons/dvn/test_resources/test_dialgoue.dialogue" id="4_dtsm8"]
|
||||
[ext_resource type="AudioStream" uid="uid://2yhhfguj23s8" path="res://addons/dvn/test_resources/rumble_loop.ogg" id="5_ant88"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhtmcmrupjhy0" path="res://addons/dvn/test_resources/Kurai.png" id="6_a1sfw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bd7pbhempcian" path="res://dvn/dvn.tscn" id="1_tumep"]
|
||||
[ext_resource type="Script" uid="uid://drn40haamuxaj" path="res://dvn/test_resources/test_system.gd" id="2_uxdpr"]
|
||||
[ext_resource type="PackedScene" uid="uid://kssjsapnseux" path="res://dvn/balloon/dvn_balloon.tscn" id="3_mdgdo"]
|
||||
[ext_resource type="Resource" uid="uid://bq0ndspcp4edy" path="res://dvn/test_resources/test_dialgoue.dialogue" id="4_3w0p4"]
|
||||
[ext_resource type="AudioStream" uid="uid://2yhhfguj23s8" path="res://dvn/test_resources/rumble_loop.ogg" id="5_ant88"]
|
||||
|
||||
[node name="Scene" instance=ExtResource("1_tumep")]
|
||||
script = ExtResource("2_uxdpr")
|
||||
Balloon = ExtResource("3_ofma8")
|
||||
Dialogue = ExtResource("4_dtsm8")
|
||||
Balloon = ExtResource("3_mdgdo")
|
||||
Dialogue = ExtResource("4_3w0p4")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." index="0"]
|
||||
offset_right = 1960.0
|
||||
|
@ -19,8 +18,8 @@ offset_bottom = 1128.0
|
|||
[node name="BGM" parent="DVN" index="1"]
|
||||
stream = ExtResource("5_ant88")
|
||||
volume_db = -10.0
|
||||
bus = &"Master"
|
||||
|
||||
[node name="Kurai" type="Sprite2D" parent="." index="2"]
|
||||
position = Vector2(944, 504)
|
||||
scale = Vector2(2, 2)
|
||||
texture = ExtResource("6_a1sfw")
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." index="2"]
|
||||
modulate = Color(1, 0, 1, 1)
|
||||
position = Vector2(320, 240)
|
||||
|
|
25
addons/dvn/test_resources/test_system.tscn100702044.tmp
Normal file
25
addons/dvn/test_resources/test_system.tscn100702044.tmp
Normal file
|
@ -0,0 +1,25 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://c2oo450sb6lqa"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bd7pbhempcian" path="res://dvn/dvn.tscn" id="1_tumep"]
|
||||
[ext_resource type="Script" uid="uid://drn40haamuxaj" path="res://dvn/test_resources/test_system.gd" id="2_uxdpr"]
|
||||
[ext_resource type="PackedScene" uid="uid://kssjsapnseux" path="res://dvn/balloon/dvn_balloon.tscn" id="3_mdgdo"]
|
||||
[ext_resource type="Resource" uid="uid://g1ll23ax0byk" path="res://test.dialogue" id="4_3w0p4"]
|
||||
[ext_resource type="AudioStream" uid="uid://2yhhfguj23s8" path="res://dvn/test_resources/rumble_loop.ogg" id="5_ant88"]
|
||||
|
||||
[node name="Scene" instance=ExtResource("1_tumep")]
|
||||
script = ExtResource("2_uxdpr")
|
||||
Balloon = ExtResource("3_mdgdo")
|
||||
Dialogue = ExtResource("4_3w0p4")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." index="0"]
|
||||
offset_right = 1960.0
|
||||
offset_bottom = 1128.0
|
||||
|
||||
[node name="BGM" parent="DVN" index="1"]
|
||||
stream = ExtResource("5_ant88")
|
||||
volume_db = -10.0
|
||||
bus = &"Master"
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." index="2"]
|
||||
modulate = Color(1, 0, 1, 1)
|
||||
position = Vector2(320, 240)
|
Loading…
Add table
Add a link
Reference in a new issue