Skip to content

Commit

Permalink
change scene probability
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankMittal1 committed Dec 27, 2021
1 parent c53d459 commit a14cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generator.gd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func trigger_generation(p_position):
func load_set_scene(p_position):

var x
if(randf()<0.5):
if(randf()<0.8):
x = test_set1.instance()
else:
x = test_set2.instance()
Expand Down

0 comments on commit a14cc9b

Please sign in to comment.