Browse Source

title change

master
Josh 13 hours ago
parent
commit
52d2be7052
  1. BIN
      .vs/slots/v17/.suo
  2. 5
      SlotMachine.cs
  3. 42
      export_presets.cfg
  4. 37
      game.tscn

BIN
.vs/slots/v17/.suo

Binary file not shown.

5
SlotMachine.cs

@ -42,7 +42,6 @@ public partial class SlotMachine : Sprite2D
{
Spins = 7;
GetOptionPicker().Show(false);
}
// Called every frame. 'delta' is the elapsed time since the previous frame.
@ -103,11 +102,11 @@ public partial class SlotMachine : Sprite2D
slots.Add(newSlotSymbol);
if (matches == 1) {
points += 100;
points += 25;
}
else if (matches == 2)
{
points += 400;
points += 100;
}
}

42
export_presets.cfg

@ -0,0 +1,42 @@
[preset.0]
name="Linux"
platform="Linux"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path=""
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
script_export_mode=2
[preset.0.options]
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=1
binary_format/embed_pck=false
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
binary_format/architecture="x86_64"
ssh_remote_deploy/enabled=false
ssh_remote_deploy/host="user@host_ip"
ssh_remote_deploy/port="22"
ssh_remote_deploy/extra_args_ssh=""
ssh_remote_deploy/extra_args_scp=""
ssh_remote_deploy/run_script="#!/usr/bin/env bash
export DISPLAY=:0
unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
\"{temp_dir}/{exe_name}\" {cmd_args}"
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
rm -rf \"{temp_dir}\""
dotnet/include_scripts_content=false
dotnet/include_debug_symbols=true
dotnet/embed_build_outputs=false

37
game.tscn

@ -25,7 +25,7 @@ Wheels = [NodePath("wheel"), NodePath("wheel2"), NodePath("wheel3")]
[node name="wheel" type="Sprite2D" parent="slot machine" node_paths=PackedStringArray("SlotSymbols")]
script = ExtResource("2_p4s0j")
SlotSymbols = [NodePath("Slot-symbol1"), NodePath("Slot-symbol2"), NodePath("Slot-symbol3"), NodePath("Slot-symbol4"), NodePath("Slot-symbol5")]
SlotSymbols = []
[node name="Slot-symbol1" type="Sprite2D" parent="slot machine/wheel"]
position = Vector2(-126, -293)
@ -59,7 +59,7 @@ SlotType = 3
[node name="wheel2" type="Sprite2D" parent="slot machine" node_paths=PackedStringArray("SlotSymbols")]
position = Vector2(127, 0)
script = ExtResource("2_p4s0j")
SlotSymbols = [NodePath("Slot-symbol1"), NodePath("Slot-symbol2"), NodePath("Slot-symbol3"), NodePath("Slot-symbol4"), NodePath("Slot-symbol5")]
SlotSymbols = []
[node name="Slot-symbol1" type="Sprite2D" parent="slot machine/wheel2"]
position = Vector2(-126, -293)
@ -93,7 +93,7 @@ SlotType = 3
[node name="wheel3" type="Sprite2D" parent="slot machine" node_paths=PackedStringArray("SlotSymbols")]
position = Vector2(259, 0)
script = ExtResource("2_p4s0j")
SlotSymbols = [NodePath("Slot-symbol1"), NodePath("Slot-symbol2"), NodePath("Slot-symbol3"), NodePath("Slot-symbol4"), NodePath("Slot-symbol5")]
SlotSymbols = []
[node name="Slot-symbol1" type="Sprite2D" parent="slot machine/wheel3"]
position = Vector2(-126, -293)
@ -128,6 +128,15 @@ SlotType = 3
position = Vector2(2, -3)
texture = ExtResource("6_u8o3a")
[node name="ColorRect2" type="ColorRect" parent="slot machine"]
offset_left = -181.0
offset_top = -237.0
offset_right = -140.0
offset_bottom = -197.0
rotation = -9.56036e-05
scale = Vector2(8.93603, 1.87433)
color = Color(0.247059, 0.231373, 0.576471, 1)
[node name="ColorRect" type="ColorRect" parent="slot machine"]
offset_left = -279.679
offset_top = -346.019
@ -166,6 +175,24 @@ text = "000000"
label_settings = SubResource("LabelSettings_my47k")
horizontal_alignment = 2
[node name="Points" type="Label" parent="Points"]
offset_left = -57.0
offset_top = 50.0
offset_right = 184.0
offset_bottom = 101.0
text = "FUCKED UP "
label_settings = SubResource("LabelSettings_my47k")
horizontal_alignment = 1
[node name="Points2" type="Label" parent="Points"]
offset_left = -57.0
offset_top = 93.0
offset_right = 184.0
offset_bottom = 144.0
text = "SLOT MACHINE"
label_settings = SubResource("LabelSettings_my47k")
horizontal_alignment = 1
[node name="PayTable" type="Label" parent="."]
unique_name_in_owner = true
offset_left = 785.0
@ -173,8 +200,8 @@ offset_top = 126.0
offset_right = 906.0
offset_bottom = 172.0
text = "7 = 7
pair = 100
3 of a kind = 500"
pair = 25
3 of a kind = 100"
label_settings = SubResource("LabelSettings_my47k")
horizontal_alignment = 2

Loading…
Cancel
Save