Renommage des fichiers

This commit is contained in:
gauvainboiche
2024-12-19 21:08:08 +01:00
parent 4e22bc3f7e
commit 30008073c0
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
//const stat = require("./plStat.js");
const func = require("./planetFunctions.js");
// Imports
const func = require("./planetGeneration.js");
// Generate the planets
func.PlanetLoop(5);

View File

@@ -1,5 +1,5 @@
// Imports
const stat = require("./plStat.js");
const stat = require("./planetStat.js");
// Simple functions to get random values
const getRandomValue = (min, max) => {return Math.floor(Math.random() * (max - min + 1)) + min;}

View File

@@ -1,5 +1,5 @@
// Imports
const economy = require("./plEconomy.js");
const economy = require("./planetEconomy.js");
exports.planetType = {
"Tempérée" : {